Html Css Color HEX #D20EAA Hollywood Cerise

📋 copy color: '#D20EAA'

red 210 ◦ green 14 ◦ blue 170

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

Shades of Hollywood Cerise #D20EAA

Tints of Hollywood Cerise #D20EAA

RGB

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

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

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

R = 53.3%
G = 3.55%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D20EAA (or 0xD20EAA) is known color: Hollywood Cerise. HEX triplet: D2, 0E and AA. RGB value is (210,14,170). Sum of RGB (Red+Green+Blue) = 210+14+170=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20EAA is #2DF155. Grayscale: #595959. Windows color (decimal): -3010902 or 11144914. OLE color: 11144914.

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

Color convert

RGB 210 14 170 -
CMYK 0 0.93 0.19 0.18
HSL 312.24º 0.88% 0.44% -
HSV(B) 312.24º 0.93% 0.82% -
XYZ 33.99 16.92 39.5 -
YUV 90.39 172.93 213.32 -
System Red Green Blue C M Y K H S L
Decimal 210 14 170 0 0.93 0.19 0.18 312.24 0.88 0.44
Hex D2 E AA 0 5D 13 12 138 58 2C
Octal 322 16 252 0 135 23 22 470 130 54
Binary 11010010 1110 10101010 0 1011101 10011 10010 100111000 1011000 101100

Color Harmonies of #D20EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EAA

Black with #D20EAA

Text Example


Text Example

White with #D20EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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