Shades of Cerise #DC286D
Tints of Cerise #DC286D
RGB
CMYK
RGB Variations
Color information
#DC286D (or 0xDC286D) is known color: Cerise. HEX triplet: DC, 28 and 6D. RGB value is (220,40,109). Sum of RGB (Red+Green+Blue) = 220+40+109=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC286D is #23D792. Grayscale: #656565. Windows color (decimal): -2348947 or 7153884. OLE color: 7153884.
HSL color Cylindrical-coordinate representation of color #DC286D: hue angle of 337º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC286D is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 109 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.14 |
| HSL | 337º | 0.72% | 0.51% | - |
| HSV(B) | 337º | 0.82% | 0.86% | - |
| XYZ | 33.03 | 17.84 | 16.17 | - |
| YUV | 101.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 109 | 0 | 0.82 | 0.50 | 0.14 | 337 | 0.72 | 0.51 |
| Hex | DC | 28 | 6D | 0 | 52 | 32 | E | 151 | 48 | 33 |
| Octal | 334 | 50 | 155 | 0 | 122 | 62 | 16 | 521 | 110 | 63 |
| Binary | 11011100 | 101000 | 1101101 | 0 | 1010010 | 110010 | 1110 | 101010001 | 1001000 | 110011 |
Color Harmonies of #DC286D
Complementary color
Monochromatic Colors of #DC286D
Black with #DC286D
Text Example
Text Example
White with #DC286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC286D; }
p { color: rgb(220,40,109); }
H1.HeaderClassName
{
color: #DC286D;
}
.AnyTagClassName
{
color: #DC286D;
}
</style>
background-color css
<style>
a { background-color: #DC286D; }
a { background-color: rgb(220,40,109); }
div.DivClassName
{
background-color: #DC286D;
}
.BgClassName
{
background-color: #DC286D;
}
</style>
border-color css
<style>
span { border-color: #DC286D; }
span { border-color: rgb(220,40,109); }
td.TdClassName
{
border-color: #DC286D;
}
.TagClassName
{
border-color: #DC286D;
}
</style>