Shades of Deep Cerise #D53E7C
Tints of Deep Cerise #D53E7C
RGB
CMYK
RGB Variations
Color information
#D53E7C (or 0xD53E7C) is known color: Deep Cerise. HEX triplet: D5, 3E and 7C. RGB value is (213,62,124). Sum of RGB (Red+Green+Blue) = 213+62+124=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E7C is #2AC183. Grayscale: #727272. Windows color (decimal): -2802052 or 8142549. OLE color: 8142549.
HSL color Cylindrical-coordinate representation of color #D53E7C: hue angle of 335.36º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53E7C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 124 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.16 |
| HSL | 335.36º | 0.64% | 0.54% | - |
| HSV(B) | 335.36º | 0.71% | 0.84% | - |
| XYZ | 32.8 | 19.05 | 21.02 | - |
| YUV | 114.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 124 | 0 | 0.71 | 0.42 | 0.16 | 335.36 | 0.64 | 0.54 |
| Hex | D5 | 3E | 7C | 0 | 47 | 2A | 10 | 14F | 40 | 36 |
| Octal | 325 | 76 | 174 | 0 | 107 | 52 | 20 | 517 | 100 | 66 |
| Binary | 11010101 | 111110 | 1111100 | 0 | 1000111 | 101010 | 10000 | 101001111 | 1000000 | 110110 |
Color Harmonies of #D53E7C
Complementary color
Monochromatic Colors of #D53E7C
Black with #D53E7C
Text Example
Text Example
White with #D53E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53E7C; }
p { color: rgb(213,62,124); }
H1.HeaderClassName
{
color: #D53E7C;
}
.AnyTagClassName
{
color: #D53E7C;
}
</style>
background-color css
<style>
a { background-color: #D53E7C; }
a { background-color: rgb(213,62,124); }
div.DivClassName
{
background-color: #D53E7C;
}
.BgClassName
{
background-color: #D53E7C;
}
</style>
border-color css
<style>
span { border-color: #D53E7C; }
span { border-color: rgb(213,62,124); }
td.TdClassName
{
border-color: #D53E7C;
}
.TagClassName
{
border-color: #D53E7C;
}
</style>