Shades of Deep Cerise #D93488
Tints of Deep Cerise #D93488
RGB
CMYK
RGB Variations
Color information
#D93488 (or 0xD93488) is known color: Deep Cerise. HEX triplet: D9, 34 and 88. RGB value is (217,52,136). Sum of RGB (Red+Green+Blue) = 217+52+136=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D93488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93488 is #26CB77. Grayscale: #6E6E6E. Windows color (decimal): -2542456 or 8926425. OLE color: 8926425.
HSL color Cylindrical-coordinate representation of color #D93488: hue angle of 329.45º 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 #D93488 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 136 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.15 |
| HSL | 329.45º | 0.68% | 0.53% | - |
| HSV(B) | 329.45º | 0.76% | 0.85% | - |
| XYZ | 34.29 | 18.99 | 25.15 | - |
| YUV | 110.91 | 142.16 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 136 | 0 | 0.76 | 0.37 | 0.15 | 329.45 | 0.68 | 0.53 |
| Hex | D9 | 34 | 88 | 0 | 4C | 25 | F | 149 | 44 | 35 |
| Octal | 331 | 64 | 210 | 0 | 114 | 45 | 17 | 511 | 104 | 65 |
| Binary | 11011001 | 110100 | 10001000 | 0 | 1001100 | 100101 | 1111 | 101001001 | 1000100 | 110101 |
Color Harmonies of #D93488
Complementary color
Monochromatic Colors of #D93488
Black with #D93488
Text Example
Text Example
White with #D93488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93488; }
p { color: rgb(217,52,136); }
H1.HeaderClassName
{
color: #D93488;
}
.AnyTagClassName
{
color: #D93488;
}
</style>
background-color css
<style>
a { background-color: #D93488; }
a { background-color: rgb(217,52,136); }
div.DivClassName
{
background-color: #D93488;
}
.BgClassName
{
background-color: #D93488;
}
</style>
border-color css
<style>
span { border-color: #D93488; }
span { border-color: rgb(217,52,136); }
td.TdClassName
{
border-color: #D93488;
}
.TagClassName
{
border-color: #D93488;
}
</style>