Color Hex Logo

#dc217a Color Hex

#DC217A
(220,33,122)
0 Favorites   0 Comments

Color spaces of #dc217a

RGB 22033122
HSL0.920.740.50
HSV331°85°86°
CMYK 0.000.850.45   0.14
XYZ33.571917.708520.0610
Yxy17.70850.47060.2482
Hunter Lab42.081568.76181.1924
CIE-Lab49.140672.6616-1.4934

#dc217a color RGB value is (220,33,122).

#dc217a hex color red value is 220, green value is 33 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dc217a hue: 0.92 , saturation: 0.74 and the lightness value of dc217a is 0.50.

The process color (four color CMYK) of #dc217a color hex is 0.00, 0.85, 0.45, 0.14. Web safe color of #dc217a is #cc3366. Color #dc217a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100001 01111010
Octal 334 41 172
Decimal 220 33 122
Hex DC 21 7A

RGB Percentages of Color #dc217a

%58.67
%8.80
%32.53

CMYK Percentages of Color #dc217a

%0
%85
%45
%14

Triadic Colors of #dc217a

#dc217a #7adc21 #217adc

Analogous Colors of #dc217a

#dc217a #dc2621 #dc21d8

Monochromatic Colors of #dc217a

#dc217a

Complementary Color

#dc217a #21dc83

#dc217a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc217a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc217a Color CSS Codes

.mybgcolor {background-color:#dc217a; } 
.myforecolor {color:#dc217a; }
.mybordercolor {border:3px solid #dc217a; }

#dc217a Text Font Color

<p style="color:#dc217a">Text here</p>

This sample text font color is #dc217a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dc217a Background Color

<div style="background-color:#dc217a">
Div content here</div>

This div background color is #dc217a


#dc217a Border Color

<div style="border:3px solid #dc217a">
Div here</div>

This div border color is #dc217a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,33,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc217a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc217a;
  -webkit-box-shadow: 1px 1px 3px 2px #dc217a;
  box-shadow:         1px 1px 3px 2px #dc217a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,33,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dc217a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dc217a;
  -webkit-box-shadow: 1px 1px 3px 2px #dc217a;
  box-shadow:         1px 1px 3px 2px #dc217a;">
Div content here</div>

This div box has shadow with color #dc217a


Comments

No comments written yet.

Please login to write comment.