Shades of Deep Cerise #D42997
Tints of Deep Cerise #D42997
RGB
CMYK
RGB Variations
Color information
#D42997 (or 0xD42997) is known color: Deep Cerise. HEX triplet: D4, 29 and 97. RGB value is (212,41,151). Sum of RGB (Red+Green+Blue) = 212+41+151=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D42997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42997 is #2BD668. Grayscale: #686868. Windows color (decimal): -2872937 or 9906644. OLE color: 9906644.
HSL color Cylindrical-coordinate representation of color #D42997: hue angle of 321.4º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42997 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 151 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.17 |
| HSL | 321.4º | 0.68% | 0.5% | - |
| HSV(B) | 321.4º | 0.81% | 0.83% | - |
| XYZ | 33.53 | 17.82 | 30.95 | - |
| YUV | 104.67 | 154.15 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 151 | 0 | 0.81 | 0.29 | 0.17 | 321.4 | 0.68 | 0.5 |
| Hex | D4 | 29 | 97 | 0 | 51 | 1D | 11 | 141 | 44 | 32 |
| Octal | 324 | 51 | 227 | 0 | 121 | 35 | 21 | 501 | 104 | 62 |
| Binary | 11010100 | 101001 | 10010111 | 0 | 1010001 | 11101 | 10001 | 101000001 | 1000100 | 110010 |
Color Harmonies of #D42997
Complementary color
Monochromatic Colors of #D42997
Black with #D42997
Text Example
Text Example
White with #D42997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42997; }
p { color: rgb(212,41,151); }
H1.HeaderClassName
{
color: #D42997;
}
.AnyTagClassName
{
color: #D42997;
}
</style>
background-color css
<style>
a { background-color: #D42997; }
a { background-color: rgb(212,41,151); }
div.DivClassName
{
background-color: #D42997;
}
.BgClassName
{
background-color: #D42997;
}
</style>
border-color css
<style>
span { border-color: #D42997; }
span { border-color: rgb(212,41,151); }
td.TdClassName
{
border-color: #D42997;
}
.TagClassName
{
border-color: #D42997;
}
</style>