Shades of Cerise #D42957
Tints of Cerise #D42957
RGB
CMYK
RGB Variations
Color information
#D42957 (or 0xD42957) is known color: Cerise. HEX triplet: D4, 29 and 57. RGB value is (212,41,87). Sum of RGB (Red+Green+Blue) = 212+41+87=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D42957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42957 is #2BD6A8. Grayscale: #616161. Windows color (decimal): -2873001 or 5712340. OLE color: 5712340.
HSL color Cylindrical-coordinate representation of color #D42957: hue angle of 343.86º 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 #D42957 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 87 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.17 |
| HSL | 343.86º | 0.68% | 0.5% | - |
| HSV(B) | 343.86º | 0.81% | 0.83% | - |
| XYZ | 29.66 | 16.27 | 10.59 | - |
| YUV | 97.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 87 | 0 | 0.81 | 0.59 | 0.17 | 343.86 | 0.68 | 0.5 |
| Hex | D4 | 29 | 57 | 0 | 51 | 3B | 11 | 158 | 44 | 32 |
| Octal | 324 | 51 | 127 | 0 | 121 | 73 | 21 | 530 | 104 | 62 |
| Binary | 11010100 | 101001 | 1010111 | 0 | 1010001 | 111011 | 10001 | 101011000 | 1000100 | 110010 |
Color Harmonies of #D42957
Complementary color
Monochromatic Colors of #D42957
Black with #D42957
Text Example
Text Example
White with #D42957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42957; }
p { color: rgb(212,41,87); }
H1.HeaderClassName
{
color: #D42957;
}
.AnyTagClassName
{
color: #D42957;
}
</style>
background-color css
<style>
a { background-color: #D42957; }
a { background-color: rgb(212,41,87); }
div.DivClassName
{
background-color: #D42957;
}
.BgClassName
{
background-color: #D42957;
}
</style>
border-color css
<style>
span { border-color: #D42957; }
span { border-color: rgb(212,41,87); }
td.TdClassName
{
border-color: #D42957;
}
.TagClassName
{
border-color: #D42957;
}
</style>