Shades of Cerise #D12256
Tints of Cerise #D12256
RGB
CMYK
RGB Variations
Color information
#D12256 (or 0xD12256) is known color: Cerise. HEX triplet: D1, 22 and 56. RGB value is (209,34,86). Sum of RGB (Red+Green+Blue) = 209+34+86=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D12256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12256 is #2EDDA9. Grayscale: #5C5C5C. Windows color (decimal): -3071402 or 5645009. OLE color: 5645009.
HSL color Cylindrical-coordinate representation of color #D12256: hue angle of 342.17º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12256 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 86 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.18 |
| HSL | 342.17º | 0.72% | 0.48% | - |
| HSV(B) | 342.17º | 0.84% | 0.82% | - |
| XYZ | 28.55 | 15.37 | 10.27 | - |
| YUV | 92.25 | 124.48 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 86 | 0 | 0.84 | 0.59 | 0.18 | 342.17 | 0.72 | 0.48 |
| Hex | D1 | 22 | 56 | 0 | 54 | 3B | 12 | 156 | 48 | 30 |
| Octal | 321 | 42 | 126 | 0 | 124 | 73 | 22 | 526 | 110 | 60 |
| Binary | 11010001 | 100010 | 1010110 | 0 | 1010100 | 111011 | 10010 | 101010110 | 1001000 | 110000 |
Color Harmonies of #D12256
Complementary color
Monochromatic Colors of #D12256
Black with #D12256
Text Example
Text Example
White with #D12256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12256; }
p { color: rgb(209,34,86); }
H1.HeaderClassName
{
color: #D12256;
}
.AnyTagClassName
{
color: #D12256;
}
</style>
background-color css
<style>
a { background-color: #D12256; }
a { background-color: rgb(209,34,86); }
div.DivClassName
{
background-color: #D12256;
}
.BgClassName
{
background-color: #D12256;
}
</style>
border-color css
<style>
span { border-color: #D12256; }
span { border-color: rgb(209,34,86); }
td.TdClassName
{
border-color: #D12256;
}
.TagClassName
{
border-color: #D12256;
}
</style>