Shades of Deep Cerise #D93588
Tints of Deep Cerise #D93588
RGB
CMYK
RGB Variations
Color information
#D93588 (or 0xD93588) is known color: Deep Cerise. HEX triplet: D9, 35 and 88. RGB value is (217,53,136). Sum of RGB (Red+Green+Blue) = 217+53+136=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D93588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93588 is #26CA77. Grayscale: #6F6F6F. Windows color (decimal): -2542200 or 8926681. OLE color: 8926681.
HSL color Cylindrical-coordinate representation of color #D93588: hue angle of 329.63º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93588 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 136 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.15 |
| HSL | 329.63º | 0.68% | 0.53% | - |
| HSV(B) | 329.63º | 0.76% | 0.85% | - |
| XYZ | 34.33 | 19.08 | 25.16 | - |
| YUV | 111.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 136 | 0 | 0.76 | 0.37 | 0.15 | 329.63 | 0.68 | 0.53 |
| Hex | D9 | 35 | 88 | 0 | 4C | 25 | F | 14A | 44 | 35 |
| Octal | 331 | 65 | 210 | 0 | 114 | 45 | 17 | 512 | 104 | 65 |
| Binary | 11011001 | 110101 | 10001000 | 0 | 1001100 | 100101 | 1111 | 101001010 | 1000100 | 110101 |
Color Harmonies of #D93588
Complementary color
Monochromatic Colors of #D93588
Black with #D93588
Text Example
Text Example
White with #D93588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93588; }
p { color: rgb(217,53,136); }
H1.HeaderClassName
{
color: #D93588;
}
.AnyTagClassName
{
color: #D93588;
}
</style>
background-color css
<style>
a { background-color: #D93588; }
a { background-color: rgb(217,53,136); }
div.DivClassName
{
background-color: #D93588;
}
.BgClassName
{
background-color: #D93588;
}
</style>
border-color css
<style>
span { border-color: #D93588; }
span { border-color: rgb(217,53,136); }
td.TdClassName
{
border-color: #D93588;
}
.TagClassName
{
border-color: #D93588;
}
</style>