Shades of Deep Cerise #D52389
Tints of Deep Cerise #D52389
RGB
CMYK
RGB Variations
Color information
#D52389 (or 0xD52389) is known color: Deep Cerise. HEX triplet: D5, 23 and 89. RGB value is (213,35,137). Sum of RGB (Red+Green+Blue) = 213+35+137=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D52389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52389 is #2ADC76. Grayscale: #636363. Windows color (decimal): -2808951 or 8987605. OLE color: 8987605.
HSL color Cylindrical-coordinate representation of color #D52389: hue angle of 325.62º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52389 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 137 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.16 |
| HSL | 325.62º | 0.72% | 0.49% | - |
| HSV(B) | 325.62º | 0.84% | 0.84% | - |
| XYZ | 32.56 | 17.15 | 25.26 | - |
| YUV | 99.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 137 | 0 | 0.84 | 0.36 | 0.16 | 325.62 | 0.72 | 0.49 |
| Hex | D5 | 23 | 89 | 0 | 54 | 24 | 10 | 146 | 48 | 31 |
| Octal | 325 | 43 | 211 | 0 | 124 | 44 | 20 | 506 | 110 | 61 |
| Binary | 11010101 | 100011 | 10001001 | 0 | 1010100 | 100100 | 10000 | 101000110 | 1001000 | 110001 |
Color Harmonies of #D52389
Complementary color
Monochromatic Colors of #D52389
Black with #D52389
Text Example
Text Example
White with #D52389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52389; }
p { color: rgb(213,35,137); }
H1.HeaderClassName
{
color: #D52389;
}
.AnyTagClassName
{
color: #D52389;
}
</style>
background-color css
<style>
a { background-color: #D52389; }
a { background-color: rgb(213,35,137); }
div.DivClassName
{
background-color: #D52389;
}
.BgClassName
{
background-color: #D52389;
}
</style>
border-color css
<style>
span { border-color: #D52389; }
span { border-color: rgb(213,35,137); }
td.TdClassName
{
border-color: #D52389;
}
.TagClassName
{
border-color: #D52389;
}
</style>