Shades of Cerise #DC246E
Tints of Cerise #DC246E
RGB
CMYK
RGB Variations
Color information
#DC246E (or 0xDC246E) is known color: Cerise. HEX triplet: DC, 24 and 6E. RGB value is (220,36,110). Sum of RGB (Red+Green+Blue) = 220+36+110=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC246E is #23DB91. Grayscale: #636363. Windows color (decimal): -2349970 or 7218396. OLE color: 7218396.
HSL color Cylindrical-coordinate representation of color #DC246E: hue angle of 335.87º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC246E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 110 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.14 |
| HSL | 335.87º | 0.72% | 0.5% | - |
| HSV(B) | 335.87º | 0.84% | 0.86% | - |
| XYZ | 32.96 | 17.6 | 16.41 | - |
| YUV | 99.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 110 | 0 | 0.84 | 0.50 | 0.14 | 335.87 | 0.72 | 0.5 |
| Hex | DC | 24 | 6E | 0 | 54 | 32 | E | 150 | 48 | 32 |
| Octal | 334 | 44 | 156 | 0 | 124 | 62 | 16 | 520 | 110 | 62 |
| Binary | 11011100 | 100100 | 1101110 | 0 | 1010100 | 110010 | 1110 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DC246E
Complementary color
Monochromatic Colors of #DC246E
Black with #DC246E
Text Example
Text Example
White with #DC246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC246E; }
p { color: rgb(220,36,110); }
H1.HeaderClassName
{
color: #DC246E;
}
.AnyTagClassName
{
color: #DC246E;
}
</style>
background-color css
<style>
a { background-color: #DC246E; }
a { background-color: rgb(220,36,110); }
div.DivClassName
{
background-color: #DC246E;
}
.BgClassName
{
background-color: #DC246E;
}
</style>
border-color css
<style>
span { border-color: #DC246E; }
span { border-color: rgb(220,36,110); }
td.TdClassName
{
border-color: #DC246E;
}
.TagClassName
{
border-color: #DC246E;
}
</style>