Shades of Deep Cerise #D53979
Tints of Deep Cerise #D53979
RGB
CMYK
RGB Variations
Color information
#D53979 (or 0xD53979) is known color: Deep Cerise. HEX triplet: D5, 39 and 79. RGB value is (213,57,121). Sum of RGB (Red+Green+Blue) = 213+57+121=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D53979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53979 is #2AC686. Grayscale: #6E6E6E. Windows color (decimal): -2803335 or 7944661. OLE color: 7944661.
HSL color Cylindrical-coordinate representation of color #D53979: hue angle of 335.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53979 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 121 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.16 |
| HSL | 335.38º | 0.65% | 0.53% | - |
| HSV(B) | 335.38º | 0.73% | 0.84% | - |
| XYZ | 32.35 | 18.45 | 19.95 | - |
| YUV | 110.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 121 | 0 | 0.73 | 0.43 | 0.16 | 335.38 | 0.65 | 0.53 |
| Hex | D5 | 39 | 79 | 0 | 49 | 2B | 10 | 14F | 41 | 35 |
| Octal | 325 | 71 | 171 | 0 | 111 | 53 | 20 | 517 | 101 | 65 |
| Binary | 11010101 | 111001 | 1111001 | 0 | 1001001 | 101011 | 10000 | 101001111 | 1000001 | 110101 |
Color Harmonies of #D53979
Complementary color
Monochromatic Colors of #D53979
Black with #D53979
Text Example
Text Example
White with #D53979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53979; }
p { color: rgb(213,57,121); }
H1.HeaderClassName
{
color: #D53979;
}
.AnyTagClassName
{
color: #D53979;
}
</style>
background-color css
<style>
a { background-color: #D53979; }
a { background-color: rgb(213,57,121); }
div.DivClassName
{
background-color: #D53979;
}
.BgClassName
{
background-color: #D53979;
}
</style>
border-color css
<style>
span { border-color: #D53979; }
span { border-color: rgb(213,57,121); }
td.TdClassName
{
border-color: #D53979;
}
.TagClassName
{
border-color: #D53979;
}
</style>