Html Css Color HEX #D80EA4 Hollywood Cerise

📋 copy color: '#D80EA4'

red 216 ◦ green 14 ◦ blue 164

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

Shades of Hollywood Cerise #D80EA4

Tints of Hollywood Cerise #D80EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.62%

R = 54.82%
G = 3.55%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D80EA4 (or 0xD80EA4) is known color: Hollywood Cerise. HEX triplet: D8, 0E and A4. RGB value is (216,14,164). Sum of RGB (Red+Green+Blue) = 216+14+164=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80EA4 is #27F15B. Grayscale: #5B5B5B. Windows color (decimal): -2617692 or 10751704. OLE color: 10751704.

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

Color convert

RGB 216 14 164 -
CMYK 0 0.94 0.24 0.15
HSL 315.45º 0.88% 0.45% -
HSV(B) 315.45º 0.94% 0.85% -
XYZ 35.18 17.59 36.66 -
YUV 91.5 168.92 216.8 -
System Red Green Blue C M Y K H S L
Decimal 216 14 164 0 0.94 0.24 0.15 315.45 0.88 0.45
Hex D8 E A4 0 5E 18 F 13B 58 2D
Octal 330 16 244 0 136 30 17 473 130 55
Binary 11011000 1110 10100100 0 1011110 11000 1111 100111011 1011000 101101

Color Harmonies of #D80EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EA4

Black with #D80EA4

Text Example


Text Example

White with #D80EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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