Shades of Deep Cerise #D52899
Tints of Deep Cerise #D52899
RGB
CMYK
RGB Variations
Color information
#D52899 (or 0xD52899) is known color: Deep Cerise. HEX triplet: D5, 28 and 99. RGB value is (213,40,153). Sum of RGB (Red+Green+Blue) = 213+40+153=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D52899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52899 is #2AD766. Grayscale: #686868. Windows color (decimal): -2807655 or 10037461. OLE color: 10037461.
HSL color Cylindrical-coordinate representation of color #D52899: hue angle of 320.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52899 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 153 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.16 |
| HSL | 320.81º | 0.68% | 0.5% | - |
| HSV(B) | 320.81º | 0.81% | 0.84% | - |
| XYZ | 33.95 | 17.96 | 31.82 | - |
| YUV | 104.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 153 | 0 | 0.81 | 0.28 | 0.16 | 320.81 | 0.68 | 0.5 |
| Hex | D5 | 28 | 99 | 0 | 51 | 1C | 10 | 141 | 44 | 32 |
| Octal | 325 | 50 | 231 | 0 | 121 | 34 | 20 | 501 | 104 | 62 |
| Binary | 11010101 | 101000 | 10011001 | 0 | 1010001 | 11100 | 10000 | 101000001 | 1000100 | 110010 |
Color Harmonies of #D52899
Complementary color
Monochromatic Colors of #D52899
Black with #D52899
Text Example
Text Example
White with #D52899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52899; }
p { color: rgb(213,40,153); }
H1.HeaderClassName
{
color: #D52899;
}
.AnyTagClassName
{
color: #D52899;
}
</style>
background-color css
<style>
a { background-color: #D52899; }
a { background-color: rgb(213,40,153); }
div.DivClassName
{
background-color: #D52899;
}
.BgClassName
{
background-color: #D52899;
}
</style>
border-color css
<style>
span { border-color: #D52899; }
span { border-color: rgb(213,40,153); }
td.TdClassName
{
border-color: #D52899;
}
.TagClassName
{
border-color: #D52899;
}
</style>