Shades of Deep Cerise #DC287C
Tints of Deep Cerise #DC287C
RGB
CMYK
RGB Variations
Color information
#DC287C (or 0xDC287C) is known color: Deep Cerise. HEX triplet: DC, 28 and 7C. RGB value is (220,40,124). Sum of RGB (Red+Green+Blue) = 220+40+124=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC287C is #23D783. Grayscale: #676767. Windows color (decimal): -2348932 or 8136924. OLE color: 8136924.
HSL color Cylindrical-coordinate representation of color #DC287C: hue angle of 332º 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 #DC287C is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 124 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.14 |
| HSL | 332º | 0.72% | 0.51% | - |
| HSV(B) | 332º | 0.82% | 0.86% | - |
| XYZ | 33.91 | 18.19 | 20.79 | - |
| YUV | 103.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 124 | 0 | 0.82 | 0.44 | 0.14 | 332 | 0.72 | 0.51 |
| Hex | DC | 28 | 7C | 0 | 52 | 2C | E | 14C | 48 | 33 |
| Octal | 334 | 50 | 174 | 0 | 122 | 54 | 16 | 514 | 110 | 63 |
| Binary | 11011100 | 101000 | 1111100 | 0 | 1010010 | 101100 | 1110 | 101001100 | 1001000 | 110011 |
Color Harmonies of #DC287C
Complementary color
Monochromatic Colors of #DC287C
Black with #DC287C
Text Example
Text Example
White with #DC287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC287C; }
p { color: rgb(220,40,124); }
H1.HeaderClassName
{
color: #DC287C;
}
.AnyTagClassName
{
color: #DC287C;
}
</style>
background-color css
<style>
a { background-color: #DC287C; }
a { background-color: rgb(220,40,124); }
div.DivClassName
{
background-color: #DC287C;
}
.BgClassName
{
background-color: #DC287C;
}
</style>
border-color css
<style>
span { border-color: #DC287C; }
span { border-color: rgb(220,40,124); }
td.TdClassName
{
border-color: #DC287C;
}
.TagClassName
{
border-color: #DC287C;
}
</style>