Shades of Deep Cerise #D53489
Tints of Deep Cerise #D53489
RGB
CMYK
RGB Variations
Color information
#D53489 (or 0xD53489) is known color: Deep Cerise. HEX triplet: D5, 34 and 89. RGB value is (213,52,137). Sum of RGB (Red+Green+Blue) = 213+52+137=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D53489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53489 is #2ACB76. Grayscale: #6D6D6D. Windows color (decimal): -2804599 or 8991957. OLE color: 8991957.
HSL color Cylindrical-coordinate representation of color #D53489: hue angle of 328.32º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53489 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 137 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.16 |
| HSL | 328.32º | 0.66% | 0.52% | - |
| HSV(B) | 328.32º | 0.76% | 0.84% | - |
| XYZ | 33.18 | 18.41 | 25.47 | - |
| YUV | 109.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 137 | 0 | 0.76 | 0.36 | 0.16 | 328.32 | 0.66 | 0.52 |
| Hex | D5 | 34 | 89 | 0 | 4C | 24 | 10 | 148 | 42 | 34 |
| Octal | 325 | 64 | 211 | 0 | 114 | 44 | 20 | 510 | 102 | 64 |
| Binary | 11010101 | 110100 | 10001001 | 0 | 1001100 | 100100 | 10000 | 101001000 | 1000010 | 110100 |
Color Harmonies of #D53489
Complementary color
Monochromatic Colors of #D53489
Black with #D53489
Text Example
Text Example
White with #D53489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53489; }
p { color: rgb(213,52,137); }
H1.HeaderClassName
{
color: #D53489;
}
.AnyTagClassName
{
color: #D53489;
}
</style>
background-color css
<style>
a { background-color: #D53489; }
a { background-color: rgb(213,52,137); }
div.DivClassName
{
background-color: #D53489;
}
.BgClassName
{
background-color: #D53489;
}
</style>
border-color css
<style>
span { border-color: #D53489; }
span { border-color: rgb(213,52,137); }
td.TdClassName
{
border-color: #D53489;
}
.TagClassName
{
border-color: #D53489;
}
</style>