Html Css Color HEX #D20CAA Hollywood Cerise

📋 copy color: '#D20CAA'

red 210 ◦ green 12 ◦ blue 170

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

Shades of Hollywood Cerise #D20CAA

Tints of Hollywood Cerise #D20CAA

RGB

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

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

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

R = 53.57%
G = 3.06%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D20CAA (or 0xD20CAA) is known color: Hollywood Cerise. HEX triplet: D2, 0C and AA. RGB value is (210,12,170). Sum of RGB (Red+Green+Blue) = 210+12+170=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20CAA is #2DF355. Grayscale: #585858. Windows color (decimal): -3011414 or 11144402. OLE color: 11144402.

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

Color convert

RGB 210 12 170 -
CMYK 0 0.94 0.19 0.18
HSL 312.12º 0.89% 0.44% -
HSV(B) 312.12º 0.94% 0.82% -
XYZ 33.97 16.87 39.5 -
YUV 89.21 173.6 214.15 -
System Red Green Blue C M Y K H S L
Decimal 210 12 170 0 0.94 0.19 0.18 312.12 0.89 0.44
Hex D2 C AA 0 5E 13 12 138 59 2C
Octal 322 14 252 0 136 23 22 470 131 54
Binary 11010010 1100 10101010 0 1011110 10011 10010 100111000 1011001 101100

Color Harmonies of #D20CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CAA

Black with #D20CAA

Text Example


Text Example

White with #D20CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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