Shades of Hollywood Cerise #D70199
Tints of Hollywood Cerise #D70199
RGB
CMYK
RGB Variations
Color information
#D70199 (or 0xD70199) is known color: Hollywood Cerise. HEX triplet: D7, 01 and 99. RGB value is (215,1,153). Sum of RGB (Red+Green+Blue) = 215+1+153=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D70199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70199 is #28FE66. Grayscale: #515151. Windows color (decimal): -2686567 or 10027479. OLE color: 10027479.
HSL color Cylindrical-coordinate representation of color #D70199: hue angle of 317.38º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70199 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.16 |
| HSL | 317.38º | 0.99% | 0.42% | - |
| HSV(B) | 317.38º | 1% | 0.84% | - |
| XYZ | 33.78 | 16.77 | 31.59 | - |
| YUV | 82.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 153 | 0 | 1.00 | 0.29 | 0.16 | 317.38 | 0.99 | 0.42 |
| Hex | D7 | 1 | 99 | 0 | 64 | 1D | 10 | 13D | 63 | 2A |
| Octal | 327 | 1 | 231 | 0 | 144 | 35 | 20 | 475 | 143 | 52 |
| Binary | 11010111 | 1 | 10011001 | 0 | 1100100 | 11101 | 10000 | 100111101 | 1100011 | 101010 |
Color Harmonies of #D70199
Complementary color
Monochromatic Colors of #D70199
Black with #D70199
Text Example
Text Example
White with #D70199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70199; }
p { color: rgb(215,1,153); }
H1.HeaderClassName
{
color: #D70199;
}
.AnyTagClassName
{
color: #D70199;
}
</style>
background-color css
<style>
a { background-color: #D70199; }
a { background-color: rgb(215,1,153); }
div.DivClassName
{
background-color: #D70199;
}
.BgClassName
{
background-color: #D70199;
}
</style>
border-color css
<style>
span { border-color: #D70199; }
span { border-color: rgb(215,1,153); }
td.TdClassName
{
border-color: #D70199;
}
.TagClassName
{
border-color: #D70199;
}
</style>