Shades of Deep Cerise #D93478
Tints of Deep Cerise #D93478
RGB
CMYK
RGB Variations
Color information
#D93478 (or 0xD93478) is known color: Deep Cerise. HEX triplet: D9, 34 and 78. RGB value is (217,52,120). Sum of RGB (Red+Green+Blue) = 217+52+120=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D93478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93478 is #26CB87. Grayscale: #6C6C6C. Windows color (decimal): -2542472 or 7877849. OLE color: 7877849.
HSL color Cylindrical-coordinate representation of color #D93478: hue angle of 335.27º 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 #D93478 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 120 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.15 |
| HSL | 335.27º | 0.68% | 0.53% | - |
| HSV(B) | 335.27º | 0.76% | 0.85% | - |
| XYZ | 33.23 | 18.56 | 19.6 | - |
| YUV | 109.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 120 | 0 | 0.76 | 0.45 | 0.15 | 335.27 | 0.68 | 0.53 |
| Hex | D9 | 34 | 78 | 0 | 4C | 2D | F | 14F | 44 | 35 |
| Octal | 331 | 64 | 170 | 0 | 114 | 55 | 17 | 517 | 104 | 65 |
| Binary | 11011001 | 110100 | 1111000 | 0 | 1001100 | 101101 | 1111 | 101001111 | 1000100 | 110101 |
Color Harmonies of #D93478
Complementary color
Monochromatic Colors of #D93478
Black with #D93478
Text Example
Text Example
White with #D93478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93478; }
p { color: rgb(217,52,120); }
H1.HeaderClassName
{
color: #D93478;
}
.AnyTagClassName
{
color: #D93478;
}
</style>
background-color css
<style>
a { background-color: #D93478; }
a { background-color: rgb(217,52,120); }
div.DivClassName
{
background-color: #D93478;
}
.BgClassName
{
background-color: #D93478;
}
</style>
border-color css
<style>
span { border-color: #D93478; }
span { border-color: rgb(217,52,120); }
td.TdClassName
{
border-color: #D93478;
}
.TagClassName
{
border-color: #D93478;
}
</style>