Shades of Deep Cerise #D92987
Tints of Deep Cerise #D92987
RGB
CMYK
RGB Variations
Color information
#D92987 (or 0xD92987) is known color: Deep Cerise. HEX triplet: D9, 29 and 87. RGB value is (217,41,135). Sum of RGB (Red+Green+Blue) = 217+41+135=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D92987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92987 is #26D678. Grayscale: #686868. Windows color (decimal): -2545273 or 8858073. OLE color: 8858073.
HSL color Cylindrical-coordinate representation of color #D92987: hue angle of 327.95º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92987 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 135 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.15 |
| HSL | 327.95º | 0.7% | 0.51% | - |
| HSV(B) | 327.95º | 0.81% | 0.85% | - |
| XYZ | 33.78 | 18.09 | 24.63 | - |
| YUV | 104.34 | 145.31 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 135 | 0 | 0.81 | 0.38 | 0.15 | 327.95 | 0.7 | 0.51 |
| Hex | D9 | 29 | 87 | 0 | 51 | 26 | F | 148 | 46 | 33 |
| Octal | 331 | 51 | 207 | 0 | 121 | 46 | 17 | 510 | 106 | 63 |
| Binary | 11011001 | 101001 | 10000111 | 0 | 1010001 | 100110 | 1111 | 101001000 | 1000110 | 110011 |
Color Harmonies of #D92987
Complementary color
Monochromatic Colors of #D92987
Black with #D92987
Text Example
Text Example
White with #D92987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92987; }
p { color: rgb(217,41,135); }
H1.HeaderClassName
{
color: #D92987;
}
.AnyTagClassName
{
color: #D92987;
}
</style>
background-color css
<style>
a { background-color: #D92987; }
a { background-color: rgb(217,41,135); }
div.DivClassName
{
background-color: #D92987;
}
.BgClassName
{
background-color: #D92987;
}
</style>
border-color css
<style>
span { border-color: #D92987; }
span { border-color: rgb(217,41,135); }
td.TdClassName
{
border-color: #D92987;
}
.TagClassName
{
border-color: #D92987;
}
</style>