Shades of Deep Cerise #D52489
Tints of Deep Cerise #D52489
RGB
CMYK
RGB Variations
Color information
#D52489 (or 0xD52489) is known color: Deep Cerise. HEX triplet: D5, 24 and 89. RGB value is (213,36,137). Sum of RGB (Red+Green+Blue) = 213+36+137=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D52489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52489 is #2ADB76. Grayscale: #646464. Windows color (decimal): -2808695 or 8987861. OLE color: 8987861.
HSL color Cylindrical-coordinate representation of color #D52489: hue angle of 325.76º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52489 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 137 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.16 |
| HSL | 325.76º | 0.71% | 0.49% | - |
| HSV(B) | 325.76º | 0.83% | 0.84% | - |
| XYZ | 32.59 | 17.21 | 25.27 | - |
| YUV | 100.44 | 148.64 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 137 | 0 | 0.83 | 0.36 | 0.16 | 325.76 | 0.71 | 0.49 |
| Hex | D5 | 24 | 89 | 0 | 53 | 24 | 10 | 146 | 47 | 31 |
| Octal | 325 | 44 | 211 | 0 | 123 | 44 | 20 | 506 | 107 | 61 |
| Binary | 11010101 | 100100 | 10001001 | 0 | 1010011 | 100100 | 10000 | 101000110 | 1000111 | 110001 |
Color Harmonies of #D52489
Complementary color
Monochromatic Colors of #D52489
Black with #D52489
Text Example
Text Example
White with #D52489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52489; }
p { color: rgb(213,36,137); }
H1.HeaderClassName
{
color: #D52489;
}
.AnyTagClassName
{
color: #D52489;
}
</style>
background-color css
<style>
a { background-color: #D52489; }
a { background-color: rgb(213,36,137); }
div.DivClassName
{
background-color: #D52489;
}
.BgClassName
{
background-color: #D52489;
}
</style>
border-color css
<style>
span { border-color: #D52489; }
span { border-color: rgb(213,36,137); }
td.TdClassName
{
border-color: #D52489;
}
.TagClassName
{
border-color: #D52489;
}
</style>