Shades of Deep Cerise #D52989
Tints of Deep Cerise #D52989
RGB
CMYK
RGB Variations
Color information
#D52989 (or 0xD52989) is known color: Deep Cerise. HEX triplet: D5, 29 and 89. RGB value is (213,41,137). Sum of RGB (Red+Green+Blue) = 213+41+137=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D52989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52989 is #2AD676. Grayscale: #676767. Windows color (decimal): -2807415 or 8989141. OLE color: 8989141.
HSL color Cylindrical-coordinate representation of color #D52989: hue angle of 326.51º 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 #D52989 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 137 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.16 |
| HSL | 326.51º | 0.68% | 0.5% | - |
| HSV(B) | 326.51º | 0.81% | 0.84% | - |
| XYZ | 32.75 | 17.54 | 25.33 | - |
| YUV | 103.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 137 | 0 | 0.81 | 0.36 | 0.16 | 326.51 | 0.68 | 0.5 |
| Hex | D5 | 29 | 89 | 0 | 51 | 24 | 10 | 147 | 44 | 32 |
| Octal | 325 | 51 | 211 | 0 | 121 | 44 | 20 | 507 | 104 | 62 |
| Binary | 11010101 | 101001 | 10001001 | 0 | 1010001 | 100100 | 10000 | 101000111 | 1000100 | 110010 |
Color Harmonies of #D52989
Complementary color
Monochromatic Colors of #D52989
Black with #D52989
Text Example
Text Example
White with #D52989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52989; }
p { color: rgb(213,41,137); }
H1.HeaderClassName
{
color: #D52989;
}
.AnyTagClassName
{
color: #D52989;
}
</style>
background-color css
<style>
a { background-color: #D52989; }
a { background-color: rgb(213,41,137); }
div.DivClassName
{
background-color: #D52989;
}
.BgClassName
{
background-color: #D52989;
}
</style>
border-color css
<style>
span { border-color: #D52989; }
span { border-color: rgb(213,41,137); }
td.TdClassName
{
border-color: #D52989;
}
.TagClassName
{
border-color: #D52989;
}
</style>