Shades of Cerise #D1246C
Tints of Cerise #D1246C
RGB
CMYK
RGB Variations
Color information
#D1246C (or 0xD1246C) is known color: Cerise. HEX triplet: D1, 24 and 6C. RGB value is (209,36,108). Sum of RGB (Red+Green+Blue) = 209+36+108=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D1246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1246C is #2EDB93. Grayscale: #5F5F5F. Windows color (decimal): -3070868 or 7087313. OLE color: 7087313.
HSL color Cylindrical-coordinate representation of color #D1246C: hue angle of 335.03º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1246C is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 108 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.18 |
| HSL | 335.03º | 0.71% | 0.48% | - |
| HSV(B) | 335.03º | 0.83% | 0.82% | - |
| XYZ | 29.63 | 15.9 | 15.69 | - |
| YUV | 95.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 108 | 0 | 0.83 | 0.48 | 0.18 | 335.03 | 0.71 | 0.48 |
| Hex | D1 | 24 | 6C | 0 | 53 | 30 | 12 | 14F | 47 | 30 |
| Octal | 321 | 44 | 154 | 0 | 123 | 60 | 22 | 517 | 107 | 60 |
| Binary | 11010001 | 100100 | 1101100 | 0 | 1010011 | 110000 | 10010 | 101001111 | 1000111 | 110000 |
Color Harmonies of #D1246C
Complementary color
Monochromatic Colors of #D1246C
Black with #D1246C
Text Example
Text Example
White with #D1246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1246C; }
p { color: rgb(209,36,108); }
H1.HeaderClassName
{
color: #D1246C;
}
.AnyTagClassName
{
color: #D1246C;
}
</style>
background-color css
<style>
a { background-color: #D1246C; }
a { background-color: rgb(209,36,108); }
div.DivClassName
{
background-color: #D1246C;
}
.BgClassName
{
background-color: #D1246C;
}
</style>
border-color css
<style>
span { border-color: #D1246C; }
span { border-color: rgb(209,36,108); }
td.TdClassName
{
border-color: #D1246C;
}
.TagClassName
{
border-color: #D1246C;
}
</style>