Html Css Color HEX #D80EA7 Hollywood Cerise

📋 copy color: '#D80EA7'

red 216 ◦ green 14 ◦ blue 167

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

Shades of Hollywood Cerise #D80EA7

Tints of Hollywood Cerise #D80EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.07%

R = 54.41%
G = 3.53%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D80EA7 (or 0xD80EA7) is known color: Hollywood Cerise. HEX triplet: D8, 0E and A7. RGB value is (216,14,167). Sum of RGB (Red+Green+Blue) = 216+14+167=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80EA7 is #27F158. Grayscale: #5B5B5B. Windows color (decimal): -2617689 or 10948312. OLE color: 10948312.

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

Color convert

RGB 216 14 167 -
CMYK 0 0.94 0.23 0.15
HSL 314.55º 0.88% 0.45% -
HSV(B) 314.55º 0.94% 0.85% -
XYZ 35.45 17.7 38.11 -
YUV 91.84 170.42 216.56 -
System Red Green Blue C M Y K H S L
Decimal 216 14 167 0 0.94 0.23 0.15 314.55 0.88 0.45
Hex D8 E A7 0 5E 17 F 13B 58 2D
Octal 330 16 247 0 136 27 17 473 130 55
Binary 11011000 1110 10100111 0 1011110 10111 1111 100111011 1011000 101101

Color Harmonies of #D80EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EA7

Black with #D80EA7

Text Example


Text Example

White with #D80EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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