Shades of Hollywood Cerise #D8019B
Tints of Hollywood Cerise #D8019B
RGB
CMYK
RGB Variations
Color information
#D8019B (or 0xD8019B) is known color: Hollywood Cerise. HEX triplet: D8, 01 and 9B. RGB value is (216,1,155). Sum of RGB (Red+Green+Blue) = 216+1+155=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D8019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8019B is #27FE64. Grayscale: #525252. Windows color (decimal): -2621029 or 10158552. OLE color: 10158552.
HSL color Cylindrical-coordinate representation of color #D8019B: hue angle of 317.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8019B is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.15 |
| HSL | 317.02º | 0.99% | 0.43% | - |
| HSV(B) | 317.02º | 1% | 0.85% | - |
| XYZ | 34.25 | 16.99 | 32.48 | - |
| YUV | 82.84 | 168.73 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 155 | 0 | 1.00 | 0.28 | 0.15 | 317.02 | 0.99 | 0.43 |
| Hex | D8 | 1 | 9B | 0 | 64 | 1C | F | 13D | 63 | 2B |
| Octal | 330 | 1 | 233 | 0 | 144 | 34 | 17 | 475 | 143 | 53 |
| Binary | 11011000 | 1 | 10011011 | 0 | 1100100 | 11100 | 1111 | 100111101 | 1100011 | 101011 |
Color Harmonies of #D8019B
Complementary color
Monochromatic Colors of #D8019B
Black with #D8019B
Text Example
Text Example
White with #D8019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8019B; }
p { color: rgb(216,1,155); }
H1.HeaderClassName
{
color: #D8019B;
}
.AnyTagClassName
{
color: #D8019B;
}
</style>
background-color css
<style>
a { background-color: #D8019B; }
a { background-color: rgb(216,1,155); }
div.DivClassName
{
background-color: #D8019B;
}
.BgClassName
{
background-color: #D8019B;
}
</style>
border-color css
<style>
span { border-color: #D8019B; }
span { border-color: rgb(216,1,155); }
td.TdClassName
{
border-color: #D8019B;
}
.TagClassName
{
border-color: #D8019B;
}
</style>