Html Css Color HEX #D80EA9 Hollywood Cerise

📋 copy color: '#D80EA9'

red 216 ◦ green 14 ◦ blue 169

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

Shades of Hollywood Cerise #D80EA9

Tints of Hollywood Cerise #D80EA9

RGB

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

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

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

R = 54.14%
G = 3.51%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D80EA9 (or 0xD80EA9) is known color: Hollywood Cerise. HEX triplet: D8, 0E and A9. RGB value is (216,14,169). Sum of RGB (Red+Green+Blue) = 216+14+169=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80EA9 is #27F156. Grayscale: #5B5B5B. Windows color (decimal): -2617687 or 11079384. OLE color: 11079384.

HSL color Cylindrical-coordinate representation of color #D80EA9: hue angle of 313.96º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80EA9 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 14 169 -
CMYK 0 0.94 0.22 0.15
HSL 313.96º 0.88% 0.45% -
HSV(B) 313.96º 0.94% 0.85% -
XYZ 35.64 17.78 39.09 -
YUV 92.07 171.42 216.4 -
System Red Green Blue C M Y K H S L
Decimal 216 14 169 0 0.94 0.22 0.15 313.96 0.88 0.45
Hex D8 E A9 0 5E 16 F 13A 58 2D
Octal 330 16 251 0 136 26 17 472 130 55
Binary 11011000 1110 10101001 0 1011110 10110 1111 100111010 1011000 101101

Color Harmonies of #D80EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EA9

Black with #D80EA9

Text Example


Text Example

White with #D80EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EA9; }

 p { color: rgb(216,14,169); }

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

background-color css

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

 a { background-color: rgb(216,14,169); }

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

border-color css

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

 span { border-color: rgb(216,14,169); }

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