Shades of Deep Cerise #D93387
Tints of Deep Cerise #D93387
RGB
CMYK
RGB Variations
Color information
#D93387 (or 0xD93387) is known color: Deep Cerise. HEX triplet: D9, 33 and 87. RGB value is (217,51,135). Sum of RGB (Red+Green+Blue) = 217+51+135=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D93387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93387 is #26CC78. Grayscale: #6E6E6E. Windows color (decimal): -2542713 or 8860633. OLE color: 8860633.
HSL color Cylindrical-coordinate representation of color #D93387: hue angle of 329.64º degrees, saturation: 0.69, 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 #D93387 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 135 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.15 |
| HSL | 329.64º | 0.69% | 0.53% | - |
| HSV(B) | 329.64º | 0.76% | 0.85% | - |
| XYZ | 34.17 | 18.87 | 24.76 | - |
| YUV | 110.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 135 | 0 | 0.76 | 0.38 | 0.15 | 329.64 | 0.69 | 0.53 |
| Hex | D9 | 33 | 87 | 0 | 4C | 26 | F | 14A | 45 | 35 |
| Octal | 331 | 63 | 207 | 0 | 114 | 46 | 17 | 512 | 105 | 65 |
| Binary | 11011001 | 110011 | 10000111 | 0 | 1001100 | 100110 | 1111 | 101001010 | 1000101 | 110101 |
Color Harmonies of #D93387
Complementary color
Monochromatic Colors of #D93387
Black with #D93387
Text Example
Text Example
White with #D93387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93387; }
p { color: rgb(217,51,135); }
H1.HeaderClassName
{
color: #D93387;
}
.AnyTagClassName
{
color: #D93387;
}
</style>
background-color css
<style>
a { background-color: #D93387; }
a { background-color: rgb(217,51,135); }
div.DivClassName
{
background-color: #D93387;
}
.BgClassName
{
background-color: #D93387;
}
</style>
border-color css
<style>
span { border-color: #D93387; }
span { border-color: rgb(217,51,135); }
td.TdClassName
{
border-color: #D93387;
}
.TagClassName
{
border-color: #D93387;
}
</style>