Html Css Color HEX #D809AA Hollywood Cerise

📋 copy color: '#D809AA'

red 216 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #D809AA

Tints of Hollywood Cerise #D809AA

RGB

 RED value IS 216 (84.77% from 255) = 54.68%

 GREEN value IS 9 (3.91% from 255) = 2.28%

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

R = 54.68%
G = 2.28%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D809AA (or 0xD809AA) is known color: Hollywood Cerise. HEX triplet: D8, 09 and AA. RGB value is (216,9,170). Sum of RGB (Red+Green+Blue) = 216+9+170=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D809AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D809AA is #27F655. Grayscale: #585858. Windows color (decimal): -2618966 or 11143640. OLE color: 11143640.

HSL color Cylindrical-coordinate representation of color #D809AA: hue angle of 313.33º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809AA is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 170 -
CMYK 0 0.96 0.21 0.15
HSL 313.33º 0.92% 0.44% -
HSV(B) 313.33º 0.96% 0.85% -
XYZ 35.67 17.7 39.57 -
YUV 89.25 173.58 218.41 -
System Red Green Blue C M Y K H S L
Decimal 216 9 170 0 0.96 0.21 0.15 313.33 0.92 0.44
Hex D8 9 AA 0 60 15 F 139 5C 2C
Octal 330 11 252 0 140 25 17 471 134 54
Binary 11011000 1001 10101010 0 1100000 10101 1111 100111001 1011100 101100

Color Harmonies of #D809AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D809AA

Black with #D809AA

Text Example


Text Example

White with #D809AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D809AA; }

 p { color: rgb(216,9,170); }

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

background-color css

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

 a { background-color: rgb(216,9,170); }

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

border-color css

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

 span { border-color: rgb(216,9,170); }

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