Shades of Deep Cerise #D42588
Tints of Deep Cerise #D42588
RGB
CMYK
RGB Variations
Color information
#D42588 (or 0xD42588) is known color: Deep Cerise. HEX triplet: D4, 25 and 88. RGB value is (212,37,136). Sum of RGB (Red+Green+Blue) = 212+37+136=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D42588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42588 is #2BDA77. Grayscale: #646464. Windows color (decimal): -2873976 or 8922580. OLE color: 8922580.
HSL color Cylindrical-coordinate representation of color #D42588: hue angle of 326.06º 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 #D42588 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 136 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.17 |
| HSL | 326.06º | 0.7% | 0.49% | - |
| HSV(B) | 326.06º | 0.83% | 0.83% | - |
| XYZ | 32.26 | 17.1 | 24.89 | - |
| YUV | 100.61 | 147.98 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 136 | 0 | 0.83 | 0.36 | 0.17 | 326.06 | 0.7 | 0.49 |
| Hex | D4 | 25 | 88 | 0 | 53 | 24 | 11 | 146 | 46 | 31 |
| Octal | 324 | 45 | 210 | 0 | 123 | 44 | 21 | 506 | 106 | 61 |
| Binary | 11010100 | 100101 | 10001000 | 0 | 1010011 | 100100 | 10001 | 101000110 | 1000110 | 110001 |
Color Harmonies of #D42588
Complementary color
Monochromatic Colors of #D42588
Black with #D42588
Text Example
Text Example
White with #D42588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42588; }
p { color: rgb(212,37,136); }
H1.HeaderClassName
{
color: #D42588;
}
.AnyTagClassName
{
color: #D42588;
}
</style>
background-color css
<style>
a { background-color: #D42588; }
a { background-color: rgb(212,37,136); }
div.DivClassName
{
background-color: #D42588;
}
.BgClassName
{
background-color: #D42588;
}
</style>
border-color css
<style>
span { border-color: #D42588; }
span { border-color: rgb(212,37,136); }
td.TdClassName
{
border-color: #D42588;
}
.TagClassName
{
border-color: #D42588;
}
</style>