Shades of Cerise #D12656
Tints of Cerise #D12656
RGB
CMYK
RGB Variations
Color information
#D12656 (or 0xD12656) is known color: Cerise. HEX triplet: D1, 26 and 56. RGB value is (209,38,86). Sum of RGB (Red+Green+Blue) = 209+38+86=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D12656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12656 is #2ED9A9. Grayscale: #5E5E5E. Windows color (decimal): -3070378 or 5646033. OLE color: 5646033.
HSL color Cylindrical-coordinate representation of color #D12656: hue angle of 343.16º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12656 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 86 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.18 |
| HSL | 343.16º | 0.69% | 0.48% | - |
| HSV(B) | 343.16º | 0.82% | 0.82% | - |
| XYZ | 28.67 | 15.61 | 10.31 | - |
| YUV | 94.6 | 123.15 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 86 | 0 | 0.82 | 0.59 | 0.18 | 343.16 | 0.69 | 0.48 |
| Hex | D1 | 26 | 56 | 0 | 52 | 3B | 12 | 157 | 45 | 30 |
| Octal | 321 | 46 | 126 | 0 | 122 | 73 | 22 | 527 | 105 | 60 |
| Binary | 11010001 | 100110 | 1010110 | 0 | 1010010 | 111011 | 10010 | 101010111 | 1000101 | 110000 |
Color Harmonies of #D12656
Complementary color
Monochromatic Colors of #D12656
Black with #D12656
Text Example
Text Example
White with #D12656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12656; }
p { color: rgb(209,38,86); }
H1.HeaderClassName
{
color: #D12656;
}
.AnyTagClassName
{
color: #D12656;
}
</style>
background-color css
<style>
a { background-color: #D12656; }
a { background-color: rgb(209,38,86); }
div.DivClassName
{
background-color: #D12656;
}
.BgClassName
{
background-color: #D12656;
}
</style>
border-color css
<style>
span { border-color: #D12656; }
span { border-color: rgb(209,38,86); }
td.TdClassName
{
border-color: #D12656;
}
.TagClassName
{
border-color: #D12656;
}
</style>