Html Css Color HEX #D80A9F Hollywood Cerise

📋 copy color: '#D80A9F'

red 216 ◦ green 10 ◦ blue 159

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

Shades of Hollywood Cerise #D80A9F

Tints of Hollywood Cerise #D80A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 56.1%
G = 2.6%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D80A9F (or 0xD80A9F) is known color: Hollywood Cerise. HEX triplet: D8, 0A and 9F. RGB value is (216,10,159). Sum of RGB (Red+Green+Blue) = 216+10+159=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80A9F is #27F560. Grayscale: #585858. Windows color (decimal): -2618721 or 10423000. OLE color: 10423000.

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

Color convert

RGB 216 10 159 -
CMYK 0 0.95 0.26 0.15
HSL 316.6º 0.91% 0.44% -
HSV(B) 316.6º 0.95% 0.85% -
XYZ 34.69 17.32 34.32 -
YUV 88.58 167.75 218.88 -
System Red Green Blue C M Y K H S L
Decimal 216 10 159 0 0.95 0.26 0.15 316.6 0.91 0.44
Hex D8 A 9F 0 5F 1A F 13D 5B 2C
Octal 330 12 237 0 137 32 17 475 133 54
Binary 11011000 1010 10011111 0 1011111 11010 1111 100111101 1011011 101100

Color Harmonies of #D80A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A9F

Black with #D80A9F

Text Example


Text Example

White with #D80A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A9F; }

 p { color: rgb(216,10,159); }

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

background-color css

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

 a { background-color: rgb(216,10,159); }

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

border-color css

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

 span { border-color: rgb(216,10,159); }

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