Shades of Cerise #D42557
Tints of Cerise #D42557
RGB
CMYK
RGB Variations
Color information
#D42557 (or 0xD42557) is known color: Cerise. HEX triplet: D4, 25 and 57. RGB value is (212,37,87). Sum of RGB (Red+Green+Blue) = 212+37+87=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D42557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42557 is #2BDAA8. Grayscale: #5F5F5F. Windows color (decimal): -2874025 or 5711316. OLE color: 5711316.
HSL color Cylindrical-coordinate representation of color #D42557: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42557 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 87 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.17 |
| HSL | 342.86º | 0.7% | 0.49% | - |
| HSV(B) | 342.86º | 0.83% | 0.83% | - |
| XYZ | 29.53 | 16.01 | 10.55 | - |
| YUV | 95.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 87 | 0 | 0.83 | 0.59 | 0.17 | 342.86 | 0.7 | 0.49 |
| Hex | D4 | 25 | 57 | 0 | 53 | 3B | 11 | 157 | 46 | 31 |
| Octal | 324 | 45 | 127 | 0 | 123 | 73 | 21 | 527 | 106 | 61 |
| Binary | 11010100 | 100101 | 1010111 | 0 | 1010011 | 111011 | 10001 | 101010111 | 1000110 | 110001 |
Color Harmonies of #D42557
Complementary color
Monochromatic Colors of #D42557
Black with #D42557
Text Example
Text Example
White with #D42557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42557; }
p { color: rgb(212,37,87); }
H1.HeaderClassName
{
color: #D42557;
}
.AnyTagClassName
{
color: #D42557;
}
</style>
background-color css
<style>
a { background-color: #D42557; }
a { background-color: rgb(212,37,87); }
div.DivClassName
{
background-color: #D42557;
}
.BgClassName
{
background-color: #D42557;
}
</style>
border-color css
<style>
span { border-color: #D42557; }
span { border-color: rgb(212,37,87); }
td.TdClassName
{
border-color: #D42557;
}
.TagClassName
{
border-color: #D42557;
}
</style>