Shades of Cerise #DC246C
Tints of Cerise #DC246C
RGB
CMYK
RGB Variations
Color information
#DC246C (or 0xDC246C) is known color: Cerise. HEX triplet: DC, 24 and 6C. RGB value is (220,36,108). Sum of RGB (Red+Green+Blue) = 220+36+108=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC246C is #23DB93. Grayscale: #636363. Windows color (decimal): -2349972 or 7087324. OLE color: 7087324.
HSL color Cylindrical-coordinate representation of color #DC246C: hue angle of 336.52º 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 #DC246C is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 108 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.14 |
| HSL | 336.52º | 0.72% | 0.5% | - |
| HSV(B) | 336.52º | 0.84% | 0.86% | - |
| XYZ | 32.85 | 17.56 | 15.85 | - |
| YUV | 99.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 108 | 0 | 0.84 | 0.51 | 0.14 | 336.52 | 0.72 | 0.5 |
| Hex | DC | 24 | 6C | 0 | 54 | 33 | E | 151 | 48 | 32 |
| Octal | 334 | 44 | 154 | 0 | 124 | 63 | 16 | 521 | 110 | 62 |
| Binary | 11011100 | 100100 | 1101100 | 0 | 1010100 | 110011 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DC246C
Complementary color
Monochromatic Colors of #DC246C
Black with #DC246C
Text Example
Text Example
White with #DC246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC246C; }
p { color: rgb(220,36,108); }
H1.HeaderClassName
{
color: #DC246C;
}
.AnyTagClassName
{
color: #DC246C;
}
</style>
background-color css
<style>
a { background-color: #DC246C; }
a { background-color: rgb(220,36,108); }
div.DivClassName
{
background-color: #DC246C;
}
.BgClassName
{
background-color: #DC246C;
}
</style>
border-color css
<style>
span { border-color: #DC246C; }
span { border-color: rgb(220,36,108); }
td.TdClassName
{
border-color: #DC246C;
}
.TagClassName
{
border-color: #DC246C;
}
</style>