Shades of Deep Cerise #D92488
Tints of Deep Cerise #D92488
RGB
CMYK
RGB Variations
Color information
#D92488 (or 0xD92488) is known color: Deep Cerise. HEX triplet: D9, 24 and 88. RGB value is (217,36,136). Sum of RGB (Red+Green+Blue) = 217+36+136=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D92488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92488 is #26DB77. Grayscale: #656565. Windows color (decimal): -2546552 or 8922329. OLE color: 8922329.
HSL color Cylindrical-coordinate representation of color #D92488: hue angle of 326.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92488 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 136 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.15 |
| HSL | 326.85º | 0.72% | 0.5% | - |
| HSV(B) | 326.85º | 0.83% | 0.85% | - |
| XYZ | 33.69 | 17.79 | 24.95 | - |
| YUV | 101.52 | 147.47 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 136 | 0 | 0.83 | 0.37 | 0.15 | 326.85 | 0.72 | 0.5 |
| Hex | D9 | 24 | 88 | 0 | 53 | 25 | F | 147 | 48 | 32 |
| Octal | 331 | 44 | 210 | 0 | 123 | 45 | 17 | 507 | 110 | 62 |
| Binary | 11011001 | 100100 | 10001000 | 0 | 1010011 | 100101 | 1111 | 101000111 | 1001000 | 110010 |
Color Harmonies of #D92488
Complementary color
Monochromatic Colors of #D92488
Black with #D92488
Text Example
Text Example
White with #D92488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92488; }
p { color: rgb(217,36,136); }
H1.HeaderClassName
{
color: #D92488;
}
.AnyTagClassName
{
color: #D92488;
}
</style>
background-color css
<style>
a { background-color: #D92488; }
a { background-color: rgb(217,36,136); }
div.DivClassName
{
background-color: #D92488;
}
.BgClassName
{
background-color: #D92488;
}
</style>
border-color css
<style>
span { border-color: #D92488; }
span { border-color: rgb(217,36,136); }
td.TdClassName
{
border-color: #D92488;
}
.TagClassName
{
border-color: #D92488;
}
</style>