Shades of Deep Cerise #D02987
Tints of Deep Cerise #D02987
RGB
CMYK
RGB Variations
Color information
#D02987 (or 0xD02987) is known color: Deep Cerise. HEX triplet: D0, 29 and 87. RGB value is (208,41,135). Sum of RGB (Red+Green+Blue) = 208+41+135=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D02987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02987 is #2FD678. Grayscale: #656565. Windows color (decimal): -3135097 or 8858064. OLE color: 8858064.
HSL color Cylindrical-coordinate representation of color #D02987: hue angle of 326.23º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02987 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 135 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.18 |
| HSL | 326.23º | 0.67% | 0.49% | - |
| HSV(B) | 326.23º | 0.8% | 0.82% | - |
| XYZ | 31.18 | 16.75 | 24.51 | - |
| YUV | 101.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 135 | 0 | 0.80 | 0.35 | 0.18 | 326.23 | 0.67 | 0.49 |
| Hex | D0 | 29 | 87 | 0 | 50 | 23 | 12 | 146 | 43 | 31 |
| Octal | 320 | 51 | 207 | 0 | 120 | 43 | 22 | 506 | 103 | 61 |
| Binary | 11010000 | 101001 | 10000111 | 0 | 1010000 | 100011 | 10010 | 101000110 | 1000011 | 110001 |
Color Harmonies of #D02987
Complementary color
Monochromatic Colors of #D02987
Black with #D02987
Text Example
Text Example
White with #D02987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02987; }
p { color: rgb(208,41,135); }
H1.HeaderClassName
{
color: #D02987;
}
.AnyTagClassName
{
color: #D02987;
}
</style>
background-color css
<style>
a { background-color: #D02987; }
a { background-color: rgb(208,41,135); }
div.DivClassName
{
background-color: #D02987;
}
.BgClassName
{
background-color: #D02987;
}
</style>
border-color css
<style>
span { border-color: #D02987; }
span { border-color: rgb(208,41,135); }
td.TdClassName
{
border-color: #D02987;
}
.TagClassName
{
border-color: #D02987;
}
</style>