Shades of Hollywood Cerise #D2019F
Tints of Hollywood Cerise #D2019F
RGB
CMYK
RGB Variations
Color information
#D2019F (or 0xD2019F) is known color: Hollywood Cerise. HEX triplet: D2, 01 and 9F. RGB value is (210,1,159). Sum of RGB (Red+Green+Blue) = 210+1+159=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2019F is #2DFE60. Grayscale: #515151. Windows color (decimal): -3014241 or 10420690. OLE color: 10420690.
HSL color Cylindrical-coordinate representation of color #D2019F: hue angle of 314.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2019F is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.18 |
| HSL | 314.64º | 0.99% | 0.41% | - |
| HSV(B) | 314.64º | 1% | 0.82% | - |
| XYZ | 32.85 | 16.23 | 34.2 | - |
| YUV | 81.5 | 171.74 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 159 | 0 | 1.00 | 0.24 | 0.18 | 314.64 | 0.99 | 0.41 |
| Hex | D2 | 1 | 9F | 0 | 64 | 18 | 12 | 13B | 63 | 29 |
| Octal | 322 | 1 | 237 | 0 | 144 | 30 | 22 | 473 | 143 | 51 |
| Binary | 11010010 | 1 | 10011111 | 0 | 1100100 | 11000 | 10010 | 100111011 | 1100011 | 101001 |
Color Harmonies of #D2019F
Complementary color
Monochromatic Colors of #D2019F
Black with #D2019F
Text Example
Text Example
White with #D2019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2019F; }
p { color: rgb(210,1,159); }
H1.HeaderClassName
{
color: #D2019F;
}
.AnyTagClassName
{
color: #D2019F;
}
</style>
background-color css
<style>
a { background-color: #D2019F; }
a { background-color: rgb(210,1,159); }
div.DivClassName
{
background-color: #D2019F;
}
.BgClassName
{
background-color: #D2019F;
}
</style>
border-color css
<style>
span { border-color: #D2019F; }
span { border-color: rgb(210,1,159); }
td.TdClassName
{
border-color: #D2019F;
}
.TagClassName
{
border-color: #D2019F;
}
</style>