Shades of Cerise #D12156
Tints of Cerise #D12156
RGB
CMYK
RGB Variations
Color information
#D12156 (or 0xD12156) is known color: Cerise. HEX triplet: D1, 21 and 56. RGB value is (209,33,86). Sum of RGB (Red+Green+Blue) = 209+33+86=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D12156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12156 is #2EDEA9. Grayscale: #5B5B5B. Windows color (decimal): -3071658 or 5644753. OLE color: 5644753.
HSL color Cylindrical-coordinate representation of color #D12156: hue angle of 341.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12156 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 86 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.18 |
| HSL | 341.93º | 0.73% | 0.47% | - |
| HSV(B) | 341.93º | 0.84% | 0.82% | - |
| XYZ | 28.52 | 15.31 | 10.26 | - |
| YUV | 91.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 86 | 0 | 0.84 | 0.59 | 0.18 | 341.93 | 0.73 | 0.47 |
| Hex | D1 | 21 | 56 | 0 | 54 | 3B | 12 | 156 | 49 | 2F |
| Octal | 321 | 41 | 126 | 0 | 124 | 73 | 22 | 526 | 111 | 57 |
| Binary | 11010001 | 100001 | 1010110 | 0 | 1010100 | 111011 | 10010 | 101010110 | 1001001 | 101111 |
Color Harmonies of #D12156
Complementary color
Monochromatic Colors of #D12156
Black with #D12156
Text Example
Text Example
White with #D12156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12156; }
p { color: rgb(209,33,86); }
H1.HeaderClassName
{
color: #D12156;
}
.AnyTagClassName
{
color: #D12156;
}
</style>
background-color css
<style>
a { background-color: #D12156; }
a { background-color: rgb(209,33,86); }
div.DivClassName
{
background-color: #D12156;
}
.BgClassName
{
background-color: #D12156;
}
</style>
border-color css
<style>
span { border-color: #D12156; }
span { border-color: rgb(209,33,86); }
td.TdClassName
{
border-color: #D12156;
}
.TagClassName
{
border-color: #D12156;
}
</style>