Html Css Color HEX #D80FAB Hollywood Cerise

📋 copy color: '#D80FAB'

red 216 ◦ green 15 ◦ blue 171

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

Shades of Hollywood Cerise #D80FAB

Tints of Hollywood Cerise #D80FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 53.73%
G = 3.73%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D80FAB (or 0xD80FAB) is known color: Hollywood Cerise. HEX triplet: D8, 0F and AB. RGB value is (216,15,171). Sum of RGB (Red+Green+Blue) = 216+15+171=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FAB is #27F054. Grayscale: #5C5C5C. Windows color (decimal): -2617429 or 11210712. OLE color: 11210712.

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

Color convert

RGB 216 15 171 -
CMYK 0 0.93 0.21 0.15
HSL 313.43º 0.87% 0.45% -
HSV(B) 313.43º 0.93% 0.85% -
XYZ 35.84 17.88 40.09 -
YUV 92.88 172.09 215.82 -
System Red Green Blue C M Y K H S L
Decimal 216 15 171 0 0.93 0.21 0.15 313.43 0.87 0.45
Hex D8 F AB 0 5D 15 F 139 57 2D
Octal 330 17 253 0 135 25 17 471 127 55
Binary 11011000 1111 10101011 0 1011101 10101 1111 100111001 1010111 101101

Color Harmonies of #D80FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80FAB

Black with #D80FAB

Text Example


Text Example

White with #D80FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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