Shades of Deep Cerise #D92088
Tints of Deep Cerise #D92088
RGB
CMYK
RGB Variations
Color information
#D92088 (or 0xD92088) is known color: Deep Cerise. HEX triplet: D9, 20 and 88. RGB value is (217,32,136). Sum of RGB (Red+Green+Blue) = 217+32+136=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D92088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92088 is #26DF77. Grayscale: #626262. Windows color (decimal): -2547576 or 8921305. OLE color: 8921305.
HSL color Cylindrical-coordinate representation of color #D92088: hue angle of 326.27º 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 #D92088 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 136 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.15 |
| HSL | 326.27º | 0.74% | 0.49% | - |
| HSV(B) | 326.27º | 0.85% | 0.85% | - |
| XYZ | 33.58 | 17.56 | 24.91 | - |
| YUV | 99.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 136 | 0 | 0.85 | 0.37 | 0.15 | 326.27 | 0.74 | 0.49 |
| Hex | D9 | 20 | 88 | 0 | 55 | 25 | F | 146 | 4A | 31 |
| Octal | 331 | 40 | 210 | 0 | 125 | 45 | 17 | 506 | 112 | 61 |
| Binary | 11011001 | 100000 | 10001000 | 0 | 1010101 | 100101 | 1111 | 101000110 | 1001010 | 110001 |
Color Harmonies of #D92088
Complementary color
Monochromatic Colors of #D92088
Black with #D92088
Text Example
Text Example
White with #D92088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92088; }
p { color: rgb(217,32,136); }
H1.HeaderClassName
{
color: #D92088;
}
.AnyTagClassName
{
color: #D92088;
}
</style>
background-color css
<style>
a { background-color: #D92088; }
a { background-color: rgb(217,32,136); }
div.DivClassName
{
background-color: #D92088;
}
.BgClassName
{
background-color: #D92088;
}
</style>
border-color css
<style>
span { border-color: #D92088; }
span { border-color: rgb(217,32,136); }
td.TdClassName
{
border-color: #D92088;
}
.TagClassName
{
border-color: #D92088;
}
</style>