Shades of Deep Cerise #D24089
Tints of Deep Cerise #D24089
RGB
CMYK
RGB Variations
Color information
#D24089 (or 0xD24089) is known color: Deep Cerise. HEX triplet: D2, 40 and 89. RGB value is (210,64,137). Sum of RGB (Red+Green+Blue) = 210+64+137=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D24089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24089 is #2DBF76. Grayscale: #737373. Windows color (decimal): -2998135 or 8995026. OLE color: 8995026.
HSL color Cylindrical-coordinate representation of color #D24089: hue angle of 330º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24089 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 137 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.18 |
| HSL | 330º | 0.62% | 0.54% | - |
| HSV(B) | 330º | 0.7% | 0.82% | - |
| XYZ | 32.93 | 19.17 | 25.63 | - |
| YUV | 115.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 137 | 0 | 0.70 | 0.35 | 0.18 | 330 | 0.62 | 0.54 |
| Hex | D2 | 40 | 89 | 0 | 46 | 23 | 12 | 14A | 3E | 36 |
| Octal | 322 | 100 | 211 | 0 | 106 | 43 | 22 | 512 | 76 | 66 |
| Binary | 11010010 | 1000000 | 10001001 | 0 | 1000110 | 100011 | 10010 | 101001010 | 111110 | 110110 |
Color Harmonies of #D24089
Complementary color
Monochromatic Colors of #D24089
Black with #D24089
Text Example
Text Example
White with #D24089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24089; }
p { color: rgb(210,64,137); }
H1.HeaderClassName
{
color: #D24089;
}
.AnyTagClassName
{
color: #D24089;
}
</style>
background-color css
<style>
a { background-color: #D24089; }
a { background-color: rgb(210,64,137); }
div.DivClassName
{
background-color: #D24089;
}
.BgClassName
{
background-color: #D24089;
}
</style>
border-color css
<style>
span { border-color: #D24089; }
span { border-color: rgb(210,64,137); }
td.TdClassName
{
border-color: #D24089;
}
.TagClassName
{
border-color: #D24089;
}
</style>