Html Css Color HEX #D80FAC Hollywood Cerise

📋 copy color: '#D80FAC'

red 216 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #D80FAC

Tints of Hollywood Cerise #D80FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.72%

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 53.6%
G = 3.72%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D80FAC (or 0xD80FAC) is known color: Hollywood Cerise. HEX triplet: D8, 0F and AC. RGB value is (216,15,172). Sum of RGB (Red+Green+Blue) = 216+15+172=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FAC is #27F053. Grayscale: #5C5C5C. Windows color (decimal): -2617428 or 11276248. OLE color: 11276248.

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

Color convert

RGB 216 15 172 -
CMYK 0 0.93 0.20 0.15
HSL 313.13º 0.87% 0.45% -
HSV(B) 313.13º 0.93% 0.85% -
XYZ 35.94 17.92 40.59 -
YUV 93 172.59 215.73 -
System Red Green Blue C M Y K H S L
Decimal 216 15 172 0 0.93 0.20 0.15 313.13 0.87 0.45
Hex D8 F AC 0 5D 14 F 139 57 2D
Octal 330 17 254 0 135 24 17 471 127 55
Binary 11011000 1111 10101100 0 1011101 10100 1111 100111001 1010111 101101

Color Harmonies of #D80FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FAC

Black with #D80FAC

Text Example


Text Example

White with #D80FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FAC; }

 p { color: rgb(216,15,172); }

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

background-color css

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

 a { background-color: rgb(216,15,172); }

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

border-color css

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

 span { border-color: rgb(216,15,172); }

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