Shades of Cerise #D42360
Tints of Cerise #D42360
RGB
CMYK
RGB Variations
Color information
#D42360 (or 0xD42360) is known color: Cerise. HEX triplet: D4, 23 and 60. RGB value is (212,35,96). Sum of RGB (Red+Green+Blue) = 212+35+96=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D42360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42360 is #2BDC9F. Grayscale: #5E5E5E. Windows color (decimal): -2874528 or 6300628. OLE color: 6300628.
HSL color Cylindrical-coordinate representation of color #D42360: hue angle of 339.32º 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 #D42360 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 96 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.17 |
| HSL | 339.32º | 0.72% | 0.48% | - |
| HSV(B) | 339.32º | 0.83% | 0.83% | - |
| XYZ | 29.86 | 16.04 | 12.59 | - |
| YUV | 94.88 | 128.64 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 96 | 0 | 0.83 | 0.55 | 0.17 | 339.32 | 0.72 | 0.48 |
| Hex | D4 | 23 | 60 | 0 | 53 | 37 | 11 | 153 | 48 | 30 |
| Octal | 324 | 43 | 140 | 0 | 123 | 67 | 21 | 523 | 110 | 60 |
| Binary | 11010100 | 100011 | 1100000 | 0 | 1010011 | 110111 | 10001 | 101010011 | 1001000 | 110000 |
Color Harmonies of #D42360
Complementary color
Monochromatic Colors of #D42360
Black with #D42360
Text Example
Text Example
White with #D42360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42360; }
p { color: rgb(212,35,96); }
H1.HeaderClassName
{
color: #D42360;
}
.AnyTagClassName
{
color: #D42360;
}
</style>
background-color css
<style>
a { background-color: #D42360; }
a { background-color: rgb(212,35,96); }
div.DivClassName
{
background-color: #D42360;
}
.BgClassName
{
background-color: #D42360;
}
</style>
border-color css
<style>
span { border-color: #D42360; }
span { border-color: rgb(212,35,96); }
td.TdClassName
{
border-color: #D42360;
}
.TagClassName
{
border-color: #D42360;
}
</style>