Html Css Color HEX #DC0EAE Hollywood Cerise

📋 copy color: '#DC0EAE'

red 220 ◦ green 14 ◦ blue 174

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

Shades of Hollywood Cerise #DC0EAE

Tints of Hollywood Cerise #DC0EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 53.92%
G = 3.43%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC0EAE (or 0xDC0EAE) is known color: Hollywood Cerise. HEX triplet: DC, 0E and AE. RGB value is (220,14,174). Sum of RGB (Red+Green+Blue) = 220+14+174=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0EAE is #23F151. Grayscale: #5D5D5D. Windows color (decimal): -2355538 or 11407068. OLE color: 11407068.

HSL color Cylindrical-coordinate representation of color #DC0EAE: hue angle of 313.4º 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 #DC0EAE is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 14 174 -
CMYK 0 0.94 0.21 0.14
HSL 313.4º 0.88% 0.46% -
HSV(B) 313.4º 0.94% 0.86% -
XYZ 37.31 18.59 41.67 -
YUV 93.83 173.25 217.99 -
System Red Green Blue C M Y K H S L
Decimal 220 14 174 0 0.94 0.21 0.14 313.4 0.88 0.46
Hex DC E AE 0 5E 15 E 139 58 2E
Octal 334 16 256 0 136 25 16 471 130 56
Binary 11011100 1110 10101110 0 1011110 10101 1110 100111001 1011000 101110

Color Harmonies of #DC0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0EAE

Black with #DC0EAE

Text Example


Text Example

White with #DC0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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