Html Css Color HEX #D008A9 Hollywood Cerise

📋 copy color: '#D008A9'

red 208 ◦ green 8 ◦ blue 169

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

Shades of Hollywood Cerise #D008A9

Tints of Hollywood Cerise #D008A9

RGB

 RED value IS 208 (81.64% from 255) = 54.03%

 GREEN value IS 8 (3.52% from 255) = 2.08%

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

R = 54.03%
G = 2.08%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D008A9 (or 0xD008A9) is known color: Hollywood Cerise. HEX triplet: D0, 08 and A9. RGB value is (208,8,169). Sum of RGB (Red+Green+Blue) = 208+8+169=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D008A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D008A9 is #2FF756. Grayscale: #555555. Windows color (decimal): -3143511 or 11077840. OLE color: 11077840.

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

Color convert

RGB 208 8 169 -
CMYK 0 0.96 0.19 0.18
HSL 311.7º 0.93% 0.42% -
HSV(B) 311.7º 0.96% 0.82% -
XYZ 33.26 16.45 38.96 -
YUV 86.15 174.76 214.91 -
System Red Green Blue C M Y K H S L
Decimal 208 8 169 0 0.96 0.19 0.18 311.7 0.93 0.42
Hex D0 8 A9 0 60 13 12 138 5D 2A
Octal 320 10 251 0 140 23 22 470 135 52
Binary 11010000 1000 10101001 0 1100000 10011 10010 100111000 1011101 101010

Color Harmonies of #D008A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008A9

Black with #D008A9

Text Example


Text Example

White with #D008A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008A9; }

 p { color: rgb(208,8,169); }

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

background-color css

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

 a { background-color: rgb(208,8,169); }

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

border-color css

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

 span { border-color: rgb(208,8,169); }

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