Shades of Deep Cerise #D92887
Tints of Deep Cerise #D92887
RGB
CMYK
RGB Variations
Color information
#D92887 (or 0xD92887) is known color: Deep Cerise. HEX triplet: D9, 28 and 87. RGB value is (217,40,135). Sum of RGB (Red+Green+Blue) = 217+40+135=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D92887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92887 is #26D778. Grayscale: #676767. Windows color (decimal): -2545529 or 8857817. OLE color: 8857817.
HSL color Cylindrical-coordinate representation of color #D92887: hue angle of 327.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92887 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 135 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.15 |
| HSL | 327.8º | 0.7% | 0.5% | - |
| HSV(B) | 327.8º | 0.82% | 0.85% | - |
| XYZ | 33.75 | 18.02 | 24.62 | - |
| YUV | 103.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 135 | 0 | 0.82 | 0.38 | 0.15 | 327.8 | 0.7 | 0.5 |
| Hex | D9 | 28 | 87 | 0 | 52 | 26 | F | 148 | 46 | 32 |
| Octal | 331 | 50 | 207 | 0 | 122 | 46 | 17 | 510 | 106 | 62 |
| Binary | 11011001 | 101000 | 10000111 | 0 | 1010010 | 100110 | 1111 | 101001000 | 1000110 | 110010 |
Color Harmonies of #D92887
Complementary color
Monochromatic Colors of #D92887
Black with #D92887
Text Example
Text Example
White with #D92887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92887; }
p { color: rgb(217,40,135); }
H1.HeaderClassName
{
color: #D92887;
}
.AnyTagClassName
{
color: #D92887;
}
</style>
background-color css
<style>
a { background-color: #D92887; }
a { background-color: rgb(217,40,135); }
div.DivClassName
{
background-color: #D92887;
}
.BgClassName
{
background-color: #D92887;
}
</style>
border-color css
<style>
span { border-color: #D92887; }
span { border-color: rgb(217,40,135); }
td.TdClassName
{
border-color: #D92887;
}
.TagClassName
{
border-color: #D92887;
}
</style>