Html Css Color HEX #DC0EAA Hollywood Cerise

📋 copy color: '#DC0EAA'

red 220 ◦ green 14 ◦ blue 170

#DC0EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DC0EAA

Tints of Hollywood Cerise #DC0EAA

RGB

 RED value IS 220 (86.33% from 255) = 54.46%

 GREEN value IS 14 (5.86% from 255) = 3.47%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 54.46%
G = 3.47%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC0EAA (or 0xDC0EAA) is known color: Hollywood Cerise. HEX triplet: DC, 0E and AA. RGB value is (220,14,170). Sum of RGB (Red+Green+Blue) = 220+14+170=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0EAA is #23F155. Grayscale: #5C5C5C. Windows color (decimal): -2355542 or 11144924. OLE color: 11144924.

HSL color Cylindrical-coordinate representation of color #DC0EAA: hue angle of 314.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EAA is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 14 170 -
CMYK 0 0.94 0.23 0.14
HSL 314.56º 0.88% 0.46% -
HSV(B) 314.56º 0.94% 0.86% -
XYZ 36.93 18.43 39.64 -
YUV 93.38 171.25 218.32 -
System Red Green Blue C M Y K H S L
Decimal 220 14 170 0 0.94 0.23 0.14 314.56 0.88 0.46
Hex DC E AA 0 5E 17 E 13B 58 2E
Octal 334 16 252 0 136 27 16 473 130 56
Binary 11011100 1110 10101010 0 1011110 10111 1110 100111011 1011000 101110

Color Harmonies of #DC0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EAA

Black with #DC0EAA

Text Example


Text Example

White with #DC0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EAA; }

 p { color: rgb(220,14,170); }

 H1.HeaderClassName
 {
   color: #DC0EAA;
 }
 .AnyTagClassName
 {
   color: #DC0EAA;
 }
</style>

background-color css

<style>
 a { background-color: #DC0EAA; }

 a { background-color: rgb(220,14,170); }

 div.DivClassName
 {
   background-color: #DC0EAA;
 }
 .BgClassName
 {
   background-color: #DC0EAA;
 }
</style>

border-color css

<style>
 span { border-color: #DC0EAA; }

 span { border-color: rgb(220,14,170); }

 td.TdClassName
 {
   border-color: #DC0EAA;
 }
 .TagClassName
 {
   border-color: #DC0EAA;
 }
</style>