Shades of Cerise #D42963
Tints of Cerise #D42963
RGB
CMYK
RGB Variations
Color information
#D42963 (or 0xD42963) is known color: Cerise. HEX triplet: D4, 29 and 63. RGB value is (212,41,99). Sum of RGB (Red+Green+Blue) = 212+41+99=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D42963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42963 is #2BD69C. Grayscale: #626262. Windows color (decimal): -2872989 or 6498772. OLE color: 6498772.
HSL color Cylindrical-coordinate representation of color #D42963: hue angle of 339.65º 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 #D42963 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 99 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.17 |
| HSL | 339.65º | 0.68% | 0.5% | - |
| HSV(B) | 339.65º | 0.81% | 0.83% | - |
| XYZ | 30.2 | 16.48 | 13.39 | - |
| YUV | 98.74 | 128.15 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 99 | 0 | 0.81 | 0.53 | 0.17 | 339.65 | 0.68 | 0.5 |
| Hex | D4 | 29 | 63 | 0 | 51 | 35 | 11 | 154 | 44 | 32 |
| Octal | 324 | 51 | 143 | 0 | 121 | 65 | 21 | 524 | 104 | 62 |
| Binary | 11010100 | 101001 | 1100011 | 0 | 1010001 | 110101 | 10001 | 101010100 | 1000100 | 110010 |
Color Harmonies of #D42963
Complementary color
Monochromatic Colors of #D42963
Black with #D42963
Text Example
Text Example
White with #D42963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42963; }
p { color: rgb(212,41,99); }
H1.HeaderClassName
{
color: #D42963;
}
.AnyTagClassName
{
color: #D42963;
}
</style>
background-color css
<style>
a { background-color: #D42963; }
a { background-color: rgb(212,41,99); }
div.DivClassName
{
background-color: #D42963;
}
.BgClassName
{
background-color: #D42963;
}
</style>
border-color css
<style>
span { border-color: #D42963; }
span { border-color: rgb(212,41,99); }
td.TdClassName
{
border-color: #D42963;
}
.TagClassName
{
border-color: #D42963;
}
</style>