Shades of Cerise #D42558
Tints of Cerise #D42558
RGB
CMYK
RGB Variations
Color information
#D42558 (or 0xD42558) is known color: Cerise. HEX triplet: D4, 25 and 58. RGB value is (212,37,88). Sum of RGB (Red+Green+Blue) = 212+37+88=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D42558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42558 is #2BDAA7. Grayscale: #5F5F5F. Windows color (decimal): -2874024 or 5776852. OLE color: 5776852.
HSL color Cylindrical-coordinate representation of color #D42558: hue angle of 342.51º 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 #D42558 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 88 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.17 |
| HSL | 342.51º | 0.7% | 0.49% | - |
| HSV(B) | 342.51º | 0.83% | 0.83% | - |
| XYZ | 29.57 | 16.02 | 10.77 | - |
| YUV | 95.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 88 | 0 | 0.83 | 0.58 | 0.17 | 342.51 | 0.7 | 0.49 |
| Hex | D4 | 25 | 58 | 0 | 53 | 3A | 11 | 157 | 46 | 31 |
| Octal | 324 | 45 | 130 | 0 | 123 | 72 | 21 | 527 | 106 | 61 |
| Binary | 11010100 | 100101 | 1011000 | 0 | 1010011 | 111010 | 10001 | 101010111 | 1000110 | 110001 |
Color Harmonies of #D42558
Complementary color
Monochromatic Colors of #D42558
Black with #D42558
Text Example
Text Example
White with #D42558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42558; }
p { color: rgb(212,37,88); }
H1.HeaderClassName
{
color: #D42558;
}
.AnyTagClassName
{
color: #D42558;
}
</style>
background-color css
<style>
a { background-color: #D42558; }
a { background-color: rgb(212,37,88); }
div.DivClassName
{
background-color: #D42558;
}
.BgClassName
{
background-color: #D42558;
}
</style>
border-color css
<style>
span { border-color: #D42558; }
span { border-color: rgb(212,37,88); }
td.TdClassName
{
border-color: #D42558;
}
.TagClassName
{
border-color: #D42558;
}
</style>