Shades of Deep Cerise #D93585
Tints of Deep Cerise #D93585
RGB
CMYK
RGB Variations
Color information
#D93585 (or 0xD93585) is known color: Deep Cerise. HEX triplet: D9, 35 and 85. RGB value is (217,53,133). Sum of RGB (Red+Green+Blue) = 217+53+133=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D93585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93585 is #26CA7A. Grayscale: #6E6E6E. Windows color (decimal): -2542203 or 8730073. OLE color: 8730073.
HSL color Cylindrical-coordinate representation of color #D93585: hue angle of 330.73º 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 #D93585 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 133 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.15 |
| HSL | 330.73º | 0.68% | 0.53% | - |
| HSV(B) | 330.73º | 0.76% | 0.85% | - |
| XYZ | 34.12 | 18.99 | 24.06 | - |
| YUV | 111.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 133 | 0 | 0.76 | 0.39 | 0.15 | 330.73 | 0.68 | 0.53 |
| Hex | D9 | 35 | 85 | 0 | 4C | 27 | F | 14B | 44 | 35 |
| Octal | 331 | 65 | 205 | 0 | 114 | 47 | 17 | 513 | 104 | 65 |
| Binary | 11011001 | 110101 | 10000101 | 0 | 1001100 | 100111 | 1111 | 101001011 | 1000100 | 110101 |
Color Harmonies of #D93585
Complementary color
Monochromatic Colors of #D93585
Black with #D93585
Text Example
Text Example
White with #D93585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93585; }
p { color: rgb(217,53,133); }
H1.HeaderClassName
{
color: #D93585;
}
.AnyTagClassName
{
color: #D93585;
}
</style>
background-color css
<style>
a { background-color: #D93585; }
a { background-color: rgb(217,53,133); }
div.DivClassName
{
background-color: #D93585;
}
.BgClassName
{
background-color: #D93585;
}
</style>
border-color css
<style>
span { border-color: #D93585; }
span { border-color: rgb(217,53,133); }
td.TdClassName
{
border-color: #D93585;
}
.TagClassName
{
border-color: #D93585;
}
</style>