Shades of Deep Cerise #D42489
Tints of Deep Cerise #D42489
RGB
CMYK
RGB Variations
Color information
#D42489 (or 0xD42489) is known color: Deep Cerise. HEX triplet: D4, 24 and 89. RGB value is (212,36,137). Sum of RGB (Red+Green+Blue) = 212+36+137=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D42489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42489 is #2BDB76. Grayscale: #636363. Windows color (decimal): -2874231 or 8987860. OLE color: 8987860.
HSL color Cylindrical-coordinate representation of color #D42489: hue angle of 325.57º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42489 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 137 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.17 |
| HSL | 325.57º | 0.71% | 0.49% | - |
| HSV(B) | 325.57º | 0.83% | 0.83% | - |
| XYZ | 32.3 | 17.06 | 25.26 | - |
| YUV | 100.14 | 148.81 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 137 | 0 | 0.83 | 0.35 | 0.17 | 325.57 | 0.71 | 0.49 |
| Hex | D4 | 24 | 89 | 0 | 53 | 23 | 11 | 146 | 47 | 31 |
| Octal | 324 | 44 | 211 | 0 | 123 | 43 | 21 | 506 | 107 | 61 |
| Binary | 11010100 | 100100 | 10001001 | 0 | 1010011 | 100011 | 10001 | 101000110 | 1000111 | 110001 |
Color Harmonies of #D42489
Complementary color
Monochromatic Colors of #D42489
Black with #D42489
Text Example
Text Example
White with #D42489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42489; }
p { color: rgb(212,36,137); }
H1.HeaderClassName
{
color: #D42489;
}
.AnyTagClassName
{
color: #D42489;
}
</style>
background-color css
<style>
a { background-color: #D42489; }
a { background-color: rgb(212,36,137); }
div.DivClassName
{
background-color: #D42489;
}
.BgClassName
{
background-color: #D42489;
}
</style>
border-color css
<style>
span { border-color: #D42489; }
span { border-color: rgb(212,36,137); }
td.TdClassName
{
border-color: #D42489;
}
.TagClassName
{
border-color: #D42489;
}
</style>