Html Css Color HEX #DC0DAE Hollywood Cerise

📋 copy color: '#DC0DAE'

red 220 ◦ green 13 ◦ blue 174

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

Shades of Hollywood Cerise #DC0DAE

Tints of Hollywood Cerise #DC0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

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

R = 54.05%
G = 3.19%
B = 42.75%

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

#DC0DAE (or 0xDC0DAE) is known color: Hollywood Cerise. HEX triplet: DC, 0D and AE. RGB value is (220,13,174). Sum of RGB (Red+Green+Blue) = 220+13+174=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0DAE is #23F251. Grayscale: #5C5C5C. Windows color (decimal): -2355794 or 11406812. OLE color: 11406812.

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

Color convert

RGB 220 13 174 -
CMYK 0 0.94 0.21 0.14
HSL 313.33º 0.89% 0.46% -
HSV(B) 313.33º 0.94% 0.86% -
XYZ 37.3 18.56 41.66 -
YUV 93.25 173.58 218.41 -
System Red Green Blue C M Y K H S L
Decimal 220 13 174 0 0.94 0.21 0.14 313.33 0.89 0.46
Hex DC D AE 0 5E 15 E 139 59 2E
Octal 334 15 256 0 136 25 16 471 131 56
Binary 11011100 1101 10101110 0 1011110 10101 1110 100111001 1011001 101110

Color Harmonies of #DC0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0DAE

Black with #DC0DAE

Text Example


Text Example

White with #DC0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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