Shades of Deep Cerise #D53C84
Tints of Deep Cerise #D53C84
RGB
CMYK
RGB Variations
Color information
#D53C84 (or 0xD53C84) is known color: Deep Cerise. HEX triplet: D5, 3C and 84. RGB value is (213,60,132). Sum of RGB (Red+Green+Blue) = 213+60+132=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53C84 is #2AC37B. Grayscale: #717171. Windows color (decimal): -2802556 or 8666325. OLE color: 8666325.
HSL color Cylindrical-coordinate representation of color #D53C84: hue angle of 331.76º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53C84 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 60 | 132 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.16 |
| HSL | 331.76º | 0.65% | 0.54% | - |
| HSV(B) | 331.76º | 0.72% | 0.84% | - |
| XYZ | 33.22 | 19.04 | 23.75 | - |
| YUV | 113.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 60 | 132 | 0 | 0.72 | 0.38 | 0.16 | 331.76 | 0.65 | 0.54 |
| Hex | D5 | 3C | 84 | 0 | 48 | 26 | 10 | 14C | 41 | 36 |
| Octal | 325 | 74 | 204 | 0 | 110 | 46 | 20 | 514 | 101 | 66 |
| Binary | 11010101 | 111100 | 10000100 | 0 | 1001000 | 100110 | 10000 | 101001100 | 1000001 | 110110 |
Color Harmonies of #D53C84
Complementary color
Monochromatic Colors of #D53C84
Black with #D53C84
Text Example
Text Example
White with #D53C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53C84; }
p { color: rgb(213,60,132); }
H1.HeaderClassName
{
color: #D53C84;
}
.AnyTagClassName
{
color: #D53C84;
}
</style>
background-color css
<style>
a { background-color: #D53C84; }
a { background-color: rgb(213,60,132); }
div.DivClassName
{
background-color: #D53C84;
}
.BgClassName
{
background-color: #D53C84;
}
</style>
border-color css
<style>
span { border-color: #D53C84; }
span { border-color: rgb(213,60,132); }
td.TdClassName
{
border-color: #D53C84;
}
.TagClassName
{
border-color: #D53C84;
}
</style>