Shades of Cerise #D12C57
Tints of Cerise #D12C57
RGB
CMYK
RGB Variations
Color information
#D12C57 (or 0xD12C57) is known color: Cerise. HEX triplet: D1, 2C and 57. RGB value is (209,44,87). Sum of RGB (Red+Green+Blue) = 209+44+87=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12C57 is #2ED3A8. Grayscale: #626262. Windows color (decimal): -3068841 or 5713105. OLE color: 5713105.
HSL color Cylindrical-coordinate representation of color #D12C57: hue angle of 344.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12C57 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 44 | 87 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.18 |
| HSL | 344.36º | 0.65% | 0.5% | - |
| HSV(B) | 344.36º | 0.79% | 0.82% | - |
| XYZ | 28.92 | 16.04 | 10.59 | - |
| YUV | 98.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 87 | 0 | 0.79 | 0.58 | 0.18 | 344.36 | 0.65 | 0.5 |
| Hex | D1 | 2C | 57 | 0 | 4F | 3A | 12 | 158 | 41 | 32 |
| Octal | 321 | 54 | 127 | 0 | 117 | 72 | 22 | 530 | 101 | 62 |
| Binary | 11010001 | 101100 | 1010111 | 0 | 1001111 | 111010 | 10010 | 101011000 | 1000001 | 110010 |
Color Harmonies of #D12C57
Complementary color
Monochromatic Colors of #D12C57
Black with #D12C57
Text Example
Text Example
White with #D12C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12C57; }
p { color: rgb(209,44,87); }
H1.HeaderClassName
{
color: #D12C57;
}
.AnyTagClassName
{
color: #D12C57;
}
</style>
background-color css
<style>
a { background-color: #D12C57; }
a { background-color: rgb(209,44,87); }
div.DivClassName
{
background-color: #D12C57;
}
.BgClassName
{
background-color: #D12C57;
}
</style>
border-color css
<style>
span { border-color: #D12C57; }
span { border-color: rgb(209,44,87); }
td.TdClassName
{
border-color: #D12C57;
}
.TagClassName
{
border-color: #D12C57;
}
</style>