Shades of Cerise #DC286E
Tints of Cerise #DC286E
RGB
CMYK
RGB Variations
Color information
#DC286E (or 0xDC286E) is known color: Cerise. HEX triplet: DC, 28 and 6E. RGB value is (220,40,110). Sum of RGB (Red+Green+Blue) = 220+40+110=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC286E is #23D791. Grayscale: #656565. Windows color (decimal): -2348946 or 7219420. OLE color: 7219420.
HSL color Cylindrical-coordinate representation of color #DC286E: hue angle of 336.67º 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 #DC286E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 110 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.14 |
| HSL | 336.67º | 0.72% | 0.51% | - |
| HSV(B) | 336.67º | 0.82% | 0.86% | - |
| XYZ | 33.09 | 17.86 | 16.46 | - |
| YUV | 101.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 110 | 0 | 0.82 | 0.50 | 0.14 | 336.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 6E | 0 | 52 | 32 | E | 151 | 48 | 33 |
| Octal | 334 | 50 | 156 | 0 | 122 | 62 | 16 | 521 | 110 | 63 |
| Binary | 11011100 | 101000 | 1101110 | 0 | 1010010 | 110010 | 1110 | 101010001 | 1001000 | 110011 |
Color Harmonies of #DC286E
Complementary color
Monochromatic Colors of #DC286E
Black with #DC286E
Text Example
Text Example
White with #DC286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC286E; }
p { color: rgb(220,40,110); }
H1.HeaderClassName
{
color: #DC286E;
}
.AnyTagClassName
{
color: #DC286E;
}
</style>
background-color css
<style>
a { background-color: #DC286E; }
a { background-color: rgb(220,40,110); }
div.DivClassName
{
background-color: #DC286E;
}
.BgClassName
{
background-color: #DC286E;
}
</style>
border-color css
<style>
span { border-color: #DC286E; }
span { border-color: rgb(220,40,110); }
td.TdClassName
{
border-color: #DC286E;
}
.TagClassName
{
border-color: #DC286E;
}
</style>