Shades of Deep Cerise #D42398
Tints of Deep Cerise #D42398
RGB
CMYK
RGB Variations
Color information
#D42398 (or 0xD42398) is known color: Deep Cerise. HEX triplet: D4, 23 and 98. RGB value is (212,35,152). Sum of RGB (Red+Green+Blue) = 212+35+152=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D42398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42398 is #2BDC67. Grayscale: #646464. Windows color (decimal): -2874472 or 9970644. OLE color: 9970644.
HSL color Cylindrical-coordinate representation of color #D42398: hue angle of 320.34º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42398 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 152 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.17 |
| HSL | 320.34º | 0.72% | 0.48% | - |
| HSV(B) | 320.34º | 0.83% | 0.83% | - |
| XYZ | 33.42 | 17.47 | 31.32 | - |
| YUV | 101.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 152 | 0 | 0.83 | 0.28 | 0.17 | 320.34 | 0.72 | 0.48 |
| Hex | D4 | 23 | 98 | 0 | 53 | 1C | 11 | 140 | 48 | 30 |
| Octal | 324 | 43 | 230 | 0 | 123 | 34 | 21 | 500 | 110 | 60 |
| Binary | 11010100 | 100011 | 10011000 | 0 | 1010011 | 11100 | 10001 | 101000000 | 1001000 | 110000 |
Color Harmonies of #D42398
Complementary color
Monochromatic Colors of #D42398
Black with #D42398
Text Example
Text Example
White with #D42398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42398; }
p { color: rgb(212,35,152); }
H1.HeaderClassName
{
color: #D42398;
}
.AnyTagClassName
{
color: #D42398;
}
</style>
background-color css
<style>
a { background-color: #D42398; }
a { background-color: rgb(212,35,152); }
div.DivClassName
{
background-color: #D42398;
}
.BgClassName
{
background-color: #D42398;
}
</style>
border-color css
<style>
span { border-color: #D42398; }
span { border-color: rgb(212,35,152); }
td.TdClassName
{
border-color: #D42398;
}
.TagClassName
{
border-color: #D42398;
}
</style>