Html Css Color HEX #D20CA9 Hollywood Cerise

📋 copy color: '#D20CA9'

red 210 ◦ green 12 ◦ blue 169

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

Shades of Hollywood Cerise #D20CA9

Tints of Hollywood Cerise #D20CA9

RGB

 RED value IS 210 (82.42% from 255) = 53.71%

 GREEN value IS 12 (5.08% from 255) = 3.07%

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 53.71%
G = 3.07%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D20CA9 (or 0xD20CA9) is known color: Hollywood Cerise. HEX triplet: D2, 0C and A9. RGB value is (210,12,169). Sum of RGB (Red+Green+Blue) = 210+12+169=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20CA9 is #2DF356. Grayscale: #585858. Windows color (decimal): -3011415 or 11078866. OLE color: 11078866.

HSL color Cylindrical-coordinate representation of color #D20CA9: hue angle of 312.42º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CA9 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 169 -
CMYK 0 0.94 0.20 0.18
HSL 312.42º 0.89% 0.44% -
HSV(B) 312.42º 0.94% 0.82% -
XYZ 33.87 16.83 39 -
YUV 89.1 173.1 214.23 -
System Red Green Blue C M Y K H S L
Decimal 210 12 169 0 0.94 0.20 0.18 312.42 0.89 0.44
Hex D2 C A9 0 5E 14 12 138 59 2C
Octal 322 14 251 0 136 24 22 470 131 54
Binary 11010010 1100 10101001 0 1011110 10100 10010 100111000 1011001 101100

Color Harmonies of #D20CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CA9

Black with #D20CA9

Text Example


Text Example

White with #D20CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CA9; }

 p { color: rgb(210,12,169); }

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

background-color css

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

 a { background-color: rgb(210,12,169); }

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

border-color css

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

 span { border-color: rgb(210,12,169); }

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