Shades of Hollywood Cerise #D7019E
Tints of Hollywood Cerise #D7019E
RGB
CMYK
RGB Variations
Color information
#D7019E (or 0xD7019E) is known color: Hollywood Cerise. HEX triplet: D7, 01 and 9E. RGB value is (215,1,158). Sum of RGB (Red+Green+Blue) = 215+1+158=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7019E is #28FE61. Grayscale: #525252. Windows color (decimal): -2686562 or 10355159. OLE color: 10355159.
HSL color Cylindrical-coordinate representation of color #D7019E: hue angle of 315.98º 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 #D7019E is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.16 |
| HSL | 315.98º | 0.99% | 0.42% | - |
| HSV(B) | 315.98º | 1% | 0.84% | - |
| XYZ | 34.21 | 16.94 | 33.81 | - |
| YUV | 82.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 158 | 0 | 1.00 | 0.27 | 0.16 | 315.98 | 0.99 | 0.42 |
| Hex | D7 | 1 | 9E | 0 | 64 | 1B | 10 | 13C | 63 | 2A |
| Octal | 327 | 1 | 236 | 0 | 144 | 33 | 20 | 474 | 143 | 52 |
| Binary | 11010111 | 1 | 10011110 | 0 | 1100100 | 11011 | 10000 | 100111100 | 1100011 | 101010 |
Color Harmonies of #D7019E
Complementary color
Monochromatic Colors of #D7019E
Black with #D7019E
Text Example
Text Example
White with #D7019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7019E; }
p { color: rgb(215,1,158); }
H1.HeaderClassName
{
color: #D7019E;
}
.AnyTagClassName
{
color: #D7019E;
}
</style>
background-color css
<style>
a { background-color: #D7019E; }
a { background-color: rgb(215,1,158); }
div.DivClassName
{
background-color: #D7019E;
}
.BgClassName
{
background-color: #D7019E;
}
</style>
border-color css
<style>
span { border-color: #D7019E; }
span { border-color: rgb(215,1,158); }
td.TdClassName
{
border-color: #D7019E;
}
.TagClassName
{
border-color: #D7019E;
}
</style>