Shades of Deep Cerise #D52EAA
Tints of Deep Cerise #D52EAA
RGB
CMYK
RGB Variations
Color information
#D52EAA (or 0xD52EAA) is known color: Deep Cerise. HEX triplet: D5, 2E and AA. RGB value is (213,46,170). Sum of RGB (Red+Green+Blue) = 213+46+170=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D52EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52EAA is #2AD155. Grayscale: #6D6D6D. Windows color (decimal): -2806102 or 11153109. OLE color: 11153109.
HSL color Cylindrical-coordinate representation of color #D52EAA: hue angle of 315.45º 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 #D52EAA is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 170 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.16 |
| HSL | 315.45º | 0.67% | 0.51% | - |
| HSV(B) | 315.45º | 0.78% | 0.84% | - |
| XYZ | 35.67 | 19 | 39.82 | - |
| YUV | 110.07 | 161.83 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 170 | 0 | 0.78 | 0.20 | 0.16 | 315.45 | 0.67 | 0.51 |
| Hex | D5 | 2E | AA | 0 | 4E | 14 | 10 | 13B | 43 | 33 |
| Octal | 325 | 56 | 252 | 0 | 116 | 24 | 20 | 473 | 103 | 63 |
| Binary | 11010101 | 101110 | 10101010 | 0 | 1001110 | 10100 | 10000 | 100111011 | 1000011 | 110011 |
Color Harmonies of #D52EAA
Complementary color
Monochromatic Colors of #D52EAA
Black with #D52EAA
Text Example
Text Example
White with #D52EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52EAA; }
p { color: rgb(213,46,170); }
H1.HeaderClassName
{
color: #D52EAA;
}
.AnyTagClassName
{
color: #D52EAA;
}
</style>
background-color css
<style>
a { background-color: #D52EAA; }
a { background-color: rgb(213,46,170); }
div.DivClassName
{
background-color: #D52EAA;
}
.BgClassName
{
background-color: #D52EAA;
}
</style>
border-color css
<style>
span { border-color: #D52EAA; }
span { border-color: rgb(213,46,170); }
td.TdClassName
{
border-color: #D52EAA;
}
.TagClassName
{
border-color: #D52EAA;
}
</style>