Shades of Cerise #DC246A
Tints of Cerise #DC246A
RGB
CMYK
RGB Variations
Color information
#DC246A (or 0xDC246A) is known color: Cerise. HEX triplet: DC, 24 and 6A. RGB value is (220,36,106). Sum of RGB (Red+Green+Blue) = 220+36+106=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC246A is #23DB95. Grayscale: #626262. Windows color (decimal): -2349974 or 6956252. OLE color: 6956252.
HSL color Cylindrical-coordinate representation of color #DC246A: hue angle of 337.17º 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 #DC246A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 106 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.14 |
| HSL | 337.17º | 0.72% | 0.5% | - |
| HSV(B) | 337.17º | 0.84% | 0.86% | - |
| XYZ | 32.75 | 17.52 | 15.29 | - |
| YUV | 99 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 106 | 0 | 0.84 | 0.52 | 0.14 | 337.17 | 0.72 | 0.5 |
| Hex | DC | 24 | 6A | 0 | 54 | 34 | E | 151 | 48 | 32 |
| Octal | 334 | 44 | 152 | 0 | 124 | 64 | 16 | 521 | 110 | 62 |
| Binary | 11011100 | 100100 | 1101010 | 0 | 1010100 | 110100 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DC246A
Complementary color
Monochromatic Colors of #DC246A
Black with #DC246A
Text Example
Text Example
White with #DC246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC246A; }
p { color: rgb(220,36,106); }
H1.HeaderClassName
{
color: #DC246A;
}
.AnyTagClassName
{
color: #DC246A;
}
</style>
background-color css
<style>
a { background-color: #DC246A; }
a { background-color: rgb(220,36,106); }
div.DivClassName
{
background-color: #DC246A;
}
.BgClassName
{
background-color: #DC246A;
}
</style>
border-color css
<style>
span { border-color: #DC246A; }
span { border-color: rgb(220,36,106); }
td.TdClassName
{
border-color: #DC246A;
}
.TagClassName
{
border-color: #DC246A;
}
</style>