Shades of Cerise #DC246D
Tints of Cerise #DC246D
RGB
CMYK
RGB Variations
Color information
#DC246D (or 0xDC246D) is known color: Cerise. HEX triplet: DC, 24 and 6D. RGB value is (220,36,109). Sum of RGB (Red+Green+Blue) = 220+36+109=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC246D is #23DB92. Grayscale: #636363. Windows color (decimal): -2349971 or 7152860. OLE color: 7152860.
HSL color Cylindrical-coordinate representation of color #DC246D: hue angle of 336.2º 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 #DC246D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 109 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.14 |
| HSL | 336.2º | 0.72% | 0.5% | - |
| HSV(B) | 336.2º | 0.84% | 0.86% | - |
| XYZ | 32.91 | 17.58 | 16.13 | - |
| YUV | 99.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 109 | 0 | 0.84 | 0.50 | 0.14 | 336.2 | 0.72 | 0.5 |
| Hex | DC | 24 | 6D | 0 | 54 | 32 | E | 150 | 48 | 32 |
| Octal | 334 | 44 | 155 | 0 | 124 | 62 | 16 | 520 | 110 | 62 |
| Binary | 11011100 | 100100 | 1101101 | 0 | 1010100 | 110010 | 1110 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DC246D
Complementary color
Monochromatic Colors of #DC246D
Black with #DC246D
Text Example
Text Example
White with #DC246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC246D; }
p { color: rgb(220,36,109); }
H1.HeaderClassName
{
color: #DC246D;
}
.AnyTagClassName
{
color: #DC246D;
}
</style>
background-color css
<style>
a { background-color: #DC246D; }
a { background-color: rgb(220,36,109); }
div.DivClassName
{
background-color: #DC246D;
}
.BgClassName
{
background-color: #DC246D;
}
</style>
border-color css
<style>
span { border-color: #DC246D; }
span { border-color: rgb(220,36,109); }
td.TdClassName
{
border-color: #DC246D;
}
.TagClassName
{
border-color: #DC246D;
}
</style>