Shades of Deep Cerise #D93580
Tints of Deep Cerise #D93580
RGB
CMYK
RGB Variations
Color information
#D93580 (or 0xD93580) is known color: Deep Cerise. HEX triplet: D9, 35 and 80. RGB value is (217,53,128). Sum of RGB (Red+Green+Blue) = 217+53+128=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D93580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93580 is #26CA7F. Grayscale: #6E6E6E. Windows color (decimal): -2542208 or 8402393. OLE color: 8402393.
HSL color Cylindrical-coordinate representation of color #D93580: hue angle of 332.56º 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 #D93580 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 128 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.15 |
| HSL | 332.56º | 0.68% | 0.53% | - |
| HSV(B) | 332.56º | 0.76% | 0.85% | - |
| XYZ | 33.78 | 18.86 | 22.28 | - |
| YUV | 110.59 | 137.83 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 128 | 0 | 0.76 | 0.41 | 0.15 | 332.56 | 0.68 | 0.53 |
| Hex | D9 | 35 | 80 | 0 | 4C | 29 | F | 14D | 44 | 35 |
| Octal | 331 | 65 | 200 | 0 | 114 | 51 | 17 | 515 | 104 | 65 |
| Binary | 11011001 | 110101 | 10000000 | 0 | 1001100 | 101001 | 1111 | 101001101 | 1000100 | 110101 |
Color Harmonies of #D93580
Complementary color
Monochromatic Colors of #D93580
Black with #D93580
Text Example
Text Example
White with #D93580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93580; }
p { color: rgb(217,53,128); }
H1.HeaderClassName
{
color: #D93580;
}
.AnyTagClassName
{
color: #D93580;
}
</style>
background-color css
<style>
a { background-color: #D93580; }
a { background-color: rgb(217,53,128); }
div.DivClassName
{
background-color: #D93580;
}
.BgClassName
{
background-color: #D93580;
}
</style>
border-color css
<style>
span { border-color: #D93580; }
span { border-color: rgb(217,53,128); }
td.TdClassName
{
border-color: #D93580;
}
.TagClassName
{
border-color: #D93580;
}
</style>