Shades of Cerise #D12E56
Tints of Cerise #D12E56
RGB
CMYK
RGB Variations
Color information
#D12E56 (or 0xD12E56) is known color: Cerise. HEX triplet: D1, 2E and 56. RGB value is (209,46,86). Sum of RGB (Red+Green+Blue) = 209+46+86=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12E56 is #2ED1A9. Grayscale: #636363. Windows color (decimal): -3068330 or 5648081. OLE color: 5648081.
HSL color Cylindrical-coordinate representation of color #D12E56: hue angle of 345.28º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12E56 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 46 | 86 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.18 |
| HSL | 345.28º | 0.64% | 0.5% | - |
| HSV(B) | 345.28º | 0.78% | 0.82% | - |
| XYZ | 28.95 | 16.18 | 10.4 | - |
| YUV | 99.3 | 120.5 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 86 | 0 | 0.78 | 0.59 | 0.18 | 345.28 | 0.64 | 0.5 |
| Hex | D1 | 2E | 56 | 0 | 4E | 3B | 12 | 159 | 40 | 32 |
| Octal | 321 | 56 | 126 | 0 | 116 | 73 | 22 | 531 | 100 | 62 |
| Binary | 11010001 | 101110 | 1010110 | 0 | 1001110 | 111011 | 10010 | 101011001 | 1000000 | 110010 |
Color Harmonies of #D12E56
Complementary color
Monochromatic Colors of #D12E56
Black with #D12E56
Text Example
Text Example
White with #D12E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12E56; }
p { color: rgb(209,46,86); }
H1.HeaderClassName
{
color: #D12E56;
}
.AnyTagClassName
{
color: #D12E56;
}
</style>
background-color css
<style>
a { background-color: #D12E56; }
a { background-color: rgb(209,46,86); }
div.DivClassName
{
background-color: #D12E56;
}
.BgClassName
{
background-color: #D12E56;
}
</style>
border-color css
<style>
span { border-color: #D12E56; }
span { border-color: rgb(209,46,86); }
td.TdClassName
{
border-color: #D12E56;
}
.TagClassName
{
border-color: #D12E56;
}
</style>