Shades of Deep Cerise #D42589
Tints of Deep Cerise #D42589
RGB
CMYK
RGB Variations
Color information
#D42589 (or 0xD42589) is known color: Deep Cerise. HEX triplet: D4, 25 and 89. RGB value is (212,37,137). Sum of RGB (Red+Green+Blue) = 212+37+137=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D42589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42589 is #2BDA76. Grayscale: #646464. Windows color (decimal): -2873975 or 8988116. OLE color: 8988116.
HSL color Cylindrical-coordinate representation of color #D42589: hue angle of 325.71º degrees, saturation: 0.7, 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 #D42589 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 137 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.17 |
| HSL | 325.71º | 0.7% | 0.49% | - |
| HSV(B) | 325.71º | 0.83% | 0.83% | - |
| XYZ | 32.33 | 17.13 | 25.27 | - |
| YUV | 100.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 137 | 0 | 0.83 | 0.35 | 0.17 | 325.71 | 0.7 | 0.49 |
| Hex | D4 | 25 | 89 | 0 | 53 | 23 | 11 | 146 | 46 | 31 |
| Octal | 324 | 45 | 211 | 0 | 123 | 43 | 21 | 506 | 106 | 61 |
| Binary | 11010100 | 100101 | 10001001 | 0 | 1010011 | 100011 | 10001 | 101000110 | 1000110 | 110001 |
Color Harmonies of #D42589
Complementary color
Monochromatic Colors of #D42589
Black with #D42589
Text Example
Text Example
White with #D42589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42589; }
p { color: rgb(212,37,137); }
H1.HeaderClassName
{
color: #D42589;
}
.AnyTagClassName
{
color: #D42589;
}
</style>
background-color css
<style>
a { background-color: #D42589; }
a { background-color: rgb(212,37,137); }
div.DivClassName
{
background-color: #D42589;
}
.BgClassName
{
background-color: #D42589;
}
</style>
border-color css
<style>
span { border-color: #D42589; }
span { border-color: rgb(212,37,137); }
td.TdClassName
{
border-color: #D42589;
}
.TagClassName
{
border-color: #D42589;
}
</style>