Shades of Deep Cerise #D52E99
Tints of Deep Cerise #D52E99
RGB
CMYK
RGB Variations
Color information
#D52E99 (or 0xD52E99) is known color: Deep Cerise. HEX triplet: D5, 2E and 99. RGB value is (213,46,153). Sum of RGB (Red+Green+Blue) = 213+46+153=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E99 is #2AD166. Grayscale: #6B6B6B. Windows color (decimal): -2806119 or 10038997. OLE color: 10038997.
HSL color Cylindrical-coordinate representation of color #D52E99: hue angle of 321.56º 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 #D52E99 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 153 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.16 |
| HSL | 321.56º | 0.67% | 0.51% | - |
| HSV(B) | 321.56º | 0.78% | 0.84% | - |
| XYZ | 34.17 | 18.4 | 31.89 | - |
| YUV | 108.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 153 | 0 | 0.78 | 0.28 | 0.16 | 321.56 | 0.67 | 0.51 |
| Hex | D5 | 2E | 99 | 0 | 4E | 1C | 10 | 142 | 43 | 33 |
| Octal | 325 | 56 | 231 | 0 | 116 | 34 | 20 | 502 | 103 | 63 |
| Binary | 11010101 | 101110 | 10011001 | 0 | 1001110 | 11100 | 10000 | 101000010 | 1000011 | 110011 |
Color Harmonies of #D52E99
Complementary color
Monochromatic Colors of #D52E99
Black with #D52E99
Text Example
Text Example
White with #D52E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E99; }
p { color: rgb(213,46,153); }
H1.HeaderClassName
{
color: #D52E99;
}
.AnyTagClassName
{
color: #D52E99;
}
</style>
background-color css
<style>
a { background-color: #D52E99; }
a { background-color: rgb(213,46,153); }
div.DivClassName
{
background-color: #D52E99;
}
.BgClassName
{
background-color: #D52E99;
}
</style>
border-color css
<style>
span { border-color: #D52E99; }
span { border-color: rgb(213,46,153); }
td.TdClassName
{
border-color: #D52E99;
}
.TagClassName
{
border-color: #D52E99;
}
</style>