Shades of Deep Cerise #D92898
Tints of Deep Cerise #D92898
RGB
CMYK
RGB Variations
Color information
#D92898 (or 0xD92898) is known color: Deep Cerise. HEX triplet: D9, 28 and 98. RGB value is (217,40,152). Sum of RGB (Red+Green+Blue) = 217+40+152=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D92898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92898 is #26D767. Grayscale: #696969. Windows color (decimal): -2545512 or 9971929. OLE color: 9971929.
HSL color Cylindrical-coordinate representation of color #D92898: hue angle of 322.03º 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 #D92898 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 152 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.15 |
| HSL | 322.03º | 0.7% | 0.5% | - |
| HSV(B) | 322.03º | 0.82% | 0.85% | - |
| XYZ | 35.04 | 18.54 | 31.44 | - |
| YUV | 105.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 152 | 0 | 0.82 | 0.30 | 0.15 | 322.03 | 0.7 | 0.5 |
| Hex | D9 | 28 | 98 | 0 | 52 | 1E | F | 142 | 46 | 32 |
| Octal | 331 | 50 | 230 | 0 | 122 | 36 | 17 | 502 | 106 | 62 |
| Binary | 11011001 | 101000 | 10011000 | 0 | 1010010 | 11110 | 1111 | 101000010 | 1000110 | 110010 |
Color Harmonies of #D92898
Complementary color
Monochromatic Colors of #D92898
Black with #D92898
Text Example
Text Example
White with #D92898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92898; }
p { color: rgb(217,40,152); }
H1.HeaderClassName
{
color: #D92898;
}
.AnyTagClassName
{
color: #D92898;
}
</style>
background-color css
<style>
a { background-color: #D92898; }
a { background-color: rgb(217,40,152); }
div.DivClassName
{
background-color: #D92898;
}
.BgClassName
{
background-color: #D92898;
}
</style>
border-color css
<style>
span { border-color: #D92898; }
span { border-color: rgb(217,40,152); }
td.TdClassName
{
border-color: #D92898;
}
.TagClassName
{
border-color: #D92898;
}
</style>