Shades of Cerise #D42D5E
Tints of Cerise #D42D5E
RGB
CMYK
RGB Variations
Color information
#D42D5E (or 0xD42D5E) is known color: Cerise. HEX triplet: D4, 2D and 5E. RGB value is (212,45,94). Sum of RGB (Red+Green+Blue) = 212+45+94=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D5E is #2BD2A1. Grayscale: #646464. Windows color (decimal): -2871970 or 6172116. OLE color: 6172116.
HSL color Cylindrical-coordinate representation of color #D42D5E: hue angle of 342.4º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D5E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 94 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.17 |
| HSL | 342.4º | 0.66% | 0.5% | - |
| HSV(B) | 342.4º | 0.79% | 0.83% | - |
| XYZ | 30.11 | 16.68 | 12.22 | - |
| YUV | 100.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 94 | 0 | 0.79 | 0.56 | 0.17 | 342.4 | 0.66 | 0.5 |
| Hex | D4 | 2D | 5E | 0 | 4F | 38 | 11 | 156 | 42 | 32 |
| Octal | 324 | 55 | 136 | 0 | 117 | 70 | 21 | 526 | 102 | 62 |
| Binary | 11010100 | 101101 | 1011110 | 0 | 1001111 | 111000 | 10001 | 101010110 | 1000010 | 110010 |
Color Harmonies of #D42D5E
Complementary color
Monochromatic Colors of #D42D5E
Black with #D42D5E
Text Example
Text Example
White with #D42D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D5E; }
p { color: rgb(212,45,94); }
H1.HeaderClassName
{
color: #D42D5E;
}
.AnyTagClassName
{
color: #D42D5E;
}
</style>
background-color css
<style>
a { background-color: #D42D5E; }
a { background-color: rgb(212,45,94); }
div.DivClassName
{
background-color: #D42D5E;
}
.BgClassName
{
background-color: #D42D5E;
}
</style>
border-color css
<style>
span { border-color: #D42D5E; }
span { border-color: rgb(212,45,94); }
td.TdClassName
{
border-color: #D42D5E;
}
.TagClassName
{
border-color: #D42D5E;
}
</style>