Shades of Cerise #D42863
Tints of Cerise #D42863
RGB
CMYK
RGB Variations
Color information
#D42863 (or 0xD42863) is known color: Cerise. HEX triplet: D4, 28 and 63. RGB value is (212,40,99). Sum of RGB (Red+Green+Blue) = 212+40+99=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D42863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42863 is #2BD79C. Grayscale: #626262. Windows color (decimal): -2873245 or 6498516. OLE color: 6498516.
HSL color Cylindrical-coordinate representation of color #D42863: hue angle of 339.42º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42863 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 99 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.17 |
| HSL | 339.42º | 0.68% | 0.49% | - |
| HSV(B) | 339.42º | 0.81% | 0.83% | - |
| XYZ | 30.16 | 16.42 | 13.38 | - |
| YUV | 98.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 99 | 0 | 0.81 | 0.53 | 0.17 | 339.42 | 0.68 | 0.49 |
| Hex | D4 | 28 | 63 | 0 | 51 | 35 | 11 | 153 | 44 | 31 |
| Octal | 324 | 50 | 143 | 0 | 121 | 65 | 21 | 523 | 104 | 61 |
| Binary | 11010100 | 101000 | 1100011 | 0 | 1010001 | 110101 | 10001 | 101010011 | 1000100 | 110001 |
Color Harmonies of #D42863
Complementary color
Monochromatic Colors of #D42863
Black with #D42863
Text Example
Text Example
White with #D42863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42863; }
p { color: rgb(212,40,99); }
H1.HeaderClassName
{
color: #D42863;
}
.AnyTagClassName
{
color: #D42863;
}
</style>
background-color css
<style>
a { background-color: #D42863; }
a { background-color: rgb(212,40,99); }
div.DivClassName
{
background-color: #D42863;
}
.BgClassName
{
background-color: #D42863;
}
</style>
border-color css
<style>
span { border-color: #D42863; }
span { border-color: rgb(212,40,99); }
td.TdClassName
{
border-color: #D42863;
}
.TagClassName
{
border-color: #D42863;
}
</style>