Shades of Deep Cerise #D52E84
Tints of Deep Cerise #D52E84
RGB
CMYK
RGB Variations
Color information
#D52E84 (or 0xD52E84) is known color: Deep Cerise. HEX triplet: D5, 2E and 84. RGB value is (213,46,132). Sum of RGB (Red+Green+Blue) = 213+46+132=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E84 is #2AD17B. Grayscale: #696969. Windows color (decimal): -2806140 or 8662741. OLE color: 8662741.
HSL color Cylindrical-coordinate representation of color #D52E84: hue angle of 329.1º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E84 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 132 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.16 |
| HSL | 329.1º | 0.67% | 0.51% | - |
| HSV(B) | 329.1º | 0.78% | 0.84% | - |
| XYZ | 32.58 | 17.77 | 23.54 | - |
| YUV | 105.74 | 142.83 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 132 | 0 | 0.78 | 0.38 | 0.16 | 329.1 | 0.67 | 0.51 |
| Hex | D5 | 2E | 84 | 0 | 4E | 26 | 10 | 149 | 43 | 33 |
| Octal | 325 | 56 | 204 | 0 | 116 | 46 | 20 | 511 | 103 | 63 |
| Binary | 11010101 | 101110 | 10000100 | 0 | 1001110 | 100110 | 10000 | 101001001 | 1000011 | 110011 |
Color Harmonies of #D52E84
Complementary color
Monochromatic Colors of #D52E84
Black with #D52E84
Text Example
Text Example
White with #D52E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E84; }
p { color: rgb(213,46,132); }
H1.HeaderClassName
{
color: #D52E84;
}
.AnyTagClassName
{
color: #D52E84;
}
</style>
background-color css
<style>
a { background-color: #D52E84; }
a { background-color: rgb(213,46,132); }
div.DivClassName
{
background-color: #D52E84;
}
.BgClassName
{
background-color: #D52E84;
}
</style>
border-color css
<style>
span { border-color: #D52E84; }
span { border-color: rgb(213,46,132); }
td.TdClassName
{
border-color: #D52E84;
}
.TagClassName
{
border-color: #D52E84;
}
</style>