Shades of Deep Cerise #D93487
Tints of Deep Cerise #D93487
RGB
CMYK
RGB Variations
Color information
#D93487 (or 0xD93487) is known color: Deep Cerise. HEX triplet: D9, 34 and 87. RGB value is (217,52,135). Sum of RGB (Red+Green+Blue) = 217+52+135=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D93487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93487 is #26CB78. Grayscale: #6E6E6E. Windows color (decimal): -2542457 or 8860889. OLE color: 8860889.
HSL color Cylindrical-coordinate representation of color #D93487: hue angle of 329.82º 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 #D93487 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 135 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.15 |
| HSL | 329.82º | 0.68% | 0.53% | - |
| HSV(B) | 329.82º | 0.76% | 0.85% | - |
| XYZ | 34.22 | 18.96 | 24.78 | - |
| YUV | 110.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 135 | 0 | 0.76 | 0.38 | 0.15 | 329.82 | 0.68 | 0.53 |
| Hex | D9 | 34 | 87 | 0 | 4C | 26 | F | 14A | 44 | 35 |
| Octal | 331 | 64 | 207 | 0 | 114 | 46 | 17 | 512 | 104 | 65 |
| Binary | 11011001 | 110100 | 10000111 | 0 | 1001100 | 100110 | 1111 | 101001010 | 1000100 | 110101 |
Color Harmonies of #D93487
Complementary color
Monochromatic Colors of #D93487
Black with #D93487
Text Example
Text Example
White with #D93487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93487; }
p { color: rgb(217,52,135); }
H1.HeaderClassName
{
color: #D93487;
}
.AnyTagClassName
{
color: #D93487;
}
</style>
background-color css
<style>
a { background-color: #D93487; }
a { background-color: rgb(217,52,135); }
div.DivClassName
{
background-color: #D93487;
}
.BgClassName
{
background-color: #D93487;
}
</style>
border-color css
<style>
span { border-color: #D93487; }
span { border-color: rgb(217,52,135); }
td.TdClassName
{
border-color: #D93487;
}
.TagClassName
{
border-color: #D93487;
}
</style>