Html Css Color HEX #D80EA1 Hollywood Cerise

📋 copy color: '#D80EA1'

red 216 ◦ green 14 ◦ blue 161

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

Shades of Hollywood Cerise #D80EA1

Tints of Hollywood Cerise #D80EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.18%

R = 55.24%
G = 3.58%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D80EA1 (or 0xD80EA1) is known color: Hollywood Cerise. HEX triplet: D8, 0E and A1. RGB value is (216,14,161). Sum of RGB (Red+Green+Blue) = 216+14+161=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D80EA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80EA1 is #27F15E. Grayscale: #5A5A5A. Windows color (decimal): -2617695 or 10555096. OLE color: 10555096.

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

Color convert

RGB 216 14 161 -
CMYK 0 0.94 0.25 0.15
HSL 316.34º 0.88% 0.45% -
HSV(B) 316.34º 0.94% 0.85% -
XYZ 34.91 17.49 35.25 -
YUV 91.16 167.42 217.05 -
System Red Green Blue C M Y K H S L
Decimal 216 14 161 0 0.94 0.25 0.15 316.34 0.88 0.45
Hex D8 E A1 0 5E 19 F 13C 58 2D
Octal 330 16 241 0 136 31 17 474 130 55
Binary 11011000 1110 10100001 0 1011110 11001 1111 100111100 1011000 101101

Color Harmonies of #D80EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80EA1

Black with #D80EA1

Text Example


Text Example

White with #D80EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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