Shades of Cerise #D12866
Tints of Cerise #D12866
RGB
CMYK
RGB Variations
Color information
#D12866 (or 0xD12866) is known color: Cerise. HEX triplet: D1, 28 and 66. RGB value is (209,40,102). Sum of RGB (Red+Green+Blue) = 209+40+102=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D12866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12866 is #2ED799. Grayscale: #616161. Windows color (decimal): -3069850 or 6695121. OLE color: 6695121.
HSL color Cylindrical-coordinate representation of color #D12866: hue angle of 337.99º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12866 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 102 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.18 |
| HSL | 337.99º | 0.68% | 0.49% | - |
| HSV(B) | 337.99º | 0.81% | 0.82% | - |
| XYZ | 29.45 | 16.03 | 14.11 | - |
| YUV | 97.6 | 130.49 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 102 | 0 | 0.81 | 0.51 | 0.18 | 337.99 | 0.68 | 0.49 |
| Hex | D1 | 28 | 66 | 0 | 51 | 33 | 12 | 152 | 44 | 31 |
| Octal | 321 | 50 | 146 | 0 | 121 | 63 | 22 | 522 | 104 | 61 |
| Binary | 11010001 | 101000 | 1100110 | 0 | 1010001 | 110011 | 10010 | 101010010 | 1000100 | 110001 |
Color Harmonies of #D12866
Complementary color
Monochromatic Colors of #D12866
Black with #D12866
Text Example
Text Example
White with #D12866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12866; }
p { color: rgb(209,40,102); }
H1.HeaderClassName
{
color: #D12866;
}
.AnyTagClassName
{
color: #D12866;
}
</style>
background-color css
<style>
a { background-color: #D12866; }
a { background-color: rgb(209,40,102); }
div.DivClassName
{
background-color: #D12866;
}
.BgClassName
{
background-color: #D12866;
}
</style>
border-color css
<style>
span { border-color: #D12866; }
span { border-color: rgb(209,40,102); }
td.TdClassName
{
border-color: #D12866;
}
.TagClassName
{
border-color: #D12866;
}
</style>