Shades of Hollywood Cerise #D80095
Tints of Hollywood Cerise #D80095
RGB
CMYK
RGB Variations
Color information
#D80095 (or 0xD80095) is known color: Hollywood Cerise. HEX triplet: D8, 00 and 95. RGB value is (216,0,149). Sum of RGB (Red+Green+Blue) = 216+0+149=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D80095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80095 is #27FF6A. Grayscale: #515151. Windows color (decimal): -2621291 or 9765080. OLE color: 9765080.
HSL color Cylindrical-coordinate representation of color #D80095: hue angle of 318.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80095 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.31 | 0.15 |
| HSL | 318.61º | 1% | 0.42% | - |
| HSV(B) | 318.61º | 1% | 0.85% | - |
| XYZ | 33.74 | 16.77 | 29.89 | - |
| YUV | 81.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 149 | 0 | 1 | 0.31 | 0.15 | 318.61 | 1 | 0.42 |
| Hex | D8 | 0 | 95 | 0 | 64 | 1F | F | 13F | 64 | 2A |
| Octal | 330 | 0 | 225 | 0 | 144 | 37 | 17 | 477 | 144 | 52 |
| Binary | 11011000 | 0 | 10010101 | 0 | 1100100 | 11111 | 1111 | 100111111 | 1100100 | 101010 |
Color Harmonies of #D80095
Complementary color
Monochromatic Colors of #D80095
Black with #D80095
Text Example
Text Example
White with #D80095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80095; }
p { color: rgb(216,0,149); }
H1.HeaderClassName
{
color: #D80095;
}
.AnyTagClassName
{
color: #D80095;
}
</style>
background-color css
<style>
a { background-color: #D80095; }
a { background-color: rgb(216,0,149); }
div.DivClassName
{
background-color: #D80095;
}
.BgClassName
{
background-color: #D80095;
}
</style>
border-color css
<style>
span { border-color: #D80095; }
span { border-color: rgb(216,0,149); }
td.TdClassName
{
border-color: #D80095;
}
.TagClassName
{
border-color: #D80095;
}
</style>