Shades of Cerise #DC286C
Tints of Cerise #DC286C
RGB
CMYK
RGB Variations
Color information
#DC286C (or 0xDC286C) is known color: Cerise. HEX triplet: DC, 28 and 6C. RGB value is (220,40,108). Sum of RGB (Red+Green+Blue) = 220+40+108=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC286C is #23D793. Grayscale: #656565. Windows color (decimal): -2348948 or 7088348. OLE color: 7088348.
HSL color Cylindrical-coordinate representation of color #DC286C: hue angle of 337.33º 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 #DC286C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 108 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.14 |
| HSL | 337.33º | 0.72% | 0.51% | - |
| HSV(B) | 337.33º | 0.82% | 0.86% | - |
| XYZ | 32.98 | 17.82 | 15.89 | - |
| YUV | 101.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 108 | 0 | 0.82 | 0.51 | 0.14 | 337.33 | 0.72 | 0.51 |
| Hex | DC | 28 | 6C | 0 | 52 | 33 | E | 151 | 48 | 33 |
| Octal | 334 | 50 | 154 | 0 | 122 | 63 | 16 | 521 | 110 | 63 |
| Binary | 11011100 | 101000 | 1101100 | 0 | 1010010 | 110011 | 1110 | 101010001 | 1001000 | 110011 |
Color Harmonies of #DC286C
Complementary color
Monochromatic Colors of #DC286C
Black with #DC286C
Text Example
Text Example
White with #DC286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC286C; }
p { color: rgb(220,40,108); }
H1.HeaderClassName
{
color: #DC286C;
}
.AnyTagClassName
{
color: #DC286C;
}
</style>
background-color css
<style>
a { background-color: #DC286C; }
a { background-color: rgb(220,40,108); }
div.DivClassName
{
background-color: #DC286C;
}
.BgClassName
{
background-color: #DC286C;
}
</style>
border-color css
<style>
span { border-color: #DC286C; }
span { border-color: rgb(220,40,108); }
td.TdClassName
{
border-color: #DC286C;
}
.TagClassName
{
border-color: #DC286C;
}
</style>