Shades of Hollywood Cerise #D80FA5
Tints of Hollywood Cerise #D80FA5
RGB
CMYK
RGB Variations
Color information
#D80FA5 (or 0xD80FA5) is known color: Hollywood Cerise. HEX triplet: D8, 0F and A5. RGB value is (216,15,165). Sum of RGB (Red+Green+Blue) = 216+15+165=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D80FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80FA5 is #27F05A. Grayscale: #5B5B5B. Windows color (decimal): -2617435 or 10817496. OLE color: 10817496.
HSL color Cylindrical-coordinate representation of color #D80FA5: hue angle of 315.22º 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 #D80FA5 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 165 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.15 |
| HSL | 315.22º | 0.87% | 0.45% | - |
| HSV(B) | 315.22º | 0.93% | 0.85% | - |
| XYZ | 35.28 | 17.66 | 37.15 | - |
| YUV | 92.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 165 | 0 | 0.93 | 0.24 | 0.15 | 315.22 | 0.87 | 0.45 |
| Hex | D8 | F | A5 | 0 | 5D | 18 | F | 13B | 57 | 2D |
| Octal | 330 | 17 | 245 | 0 | 135 | 30 | 17 | 473 | 127 | 55 |
| Binary | 11011000 | 1111 | 10100101 | 0 | 1011101 | 11000 | 1111 | 100111011 | 1010111 | 101101 |
Color Harmonies of #D80FA5
Complementary color
Monochromatic Colors of #D80FA5
Black with #D80FA5
Text Example
Text Example
White with #D80FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80FA5; }
p { color: rgb(216,15,165); }
H1.HeaderClassName
{
color: #D80FA5;
}
.AnyTagClassName
{
color: #D80FA5;
}
</style>
background-color css
<style>
a { background-color: #D80FA5; }
a { background-color: rgb(216,15,165); }
div.DivClassName
{
background-color: #D80FA5;
}
.BgClassName
{
background-color: #D80FA5;
}
</style>
border-color css
<style>
span { border-color: #D80FA5; }
span { border-color: rgb(216,15,165); }
td.TdClassName
{
border-color: #D80FA5;
}
.TagClassName
{
border-color: #D80FA5;
}
</style>