Shades of Deep Cerise #D92198
Tints of Deep Cerise #D92198
RGB
CMYK
RGB Variations
Color information
#D92198 (or 0xD92198) is known color: Deep Cerise. HEX triplet: D9, 21 and 98. RGB value is (217,33,152). Sum of RGB (Red+Green+Blue) = 217+33+152=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92198 is #26DE67. Grayscale: #656565. Windows color (decimal): -2547304 or 9970137. OLE color: 9970137.
HSL color Cylindrical-coordinate representation of color #D92198: hue angle of 321.2º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92198 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 152 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.15 |
| HSL | 321.2º | 0.74% | 0.49% | - |
| HSV(B) | 321.2º | 0.85% | 0.85% | - |
| XYZ | 34.83 | 18.11 | 31.37 | - |
| YUV | 101.58 | 156.46 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 152 | 0 | 0.85 | 0.30 | 0.15 | 321.2 | 0.74 | 0.49 |
| Hex | D9 | 21 | 98 | 0 | 55 | 1E | F | 141 | 4A | 31 |
| Octal | 331 | 41 | 230 | 0 | 125 | 36 | 17 | 501 | 112 | 61 |
| Binary | 11011001 | 100001 | 10011000 | 0 | 1010101 | 11110 | 1111 | 101000001 | 1001010 | 110001 |
Color Harmonies of #D92198
Complementary color
Monochromatic Colors of #D92198
Black with #D92198
Text Example
Text Example
White with #D92198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92198; }
p { color: rgb(217,33,152); }
H1.HeaderClassName
{
color: #D92198;
}
.AnyTagClassName
{
color: #D92198;
}
</style>
background-color css
<style>
a { background-color: #D92198; }
a { background-color: rgb(217,33,152); }
div.DivClassName
{
background-color: #D92198;
}
.BgClassName
{
background-color: #D92198;
}
</style>
border-color css
<style>
span { border-color: #D92198; }
span { border-color: rgb(217,33,152); }
td.TdClassName
{
border-color: #D92198;
}
.TagClassName
{
border-color: #D92198;
}
</style>