Shades of Deep Cerise #DC287F
Tints of Deep Cerise #DC287F
RGB
CMYK
RGB Variations
Color information
#DC287F (or 0xDC287F) is known color: Deep Cerise. HEX triplet: DC, 28 and 7F. RGB value is (220,40,127). Sum of RGB (Red+Green+Blue) = 220+40+127=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC287F is #23D780. Grayscale: #676767. Windows color (decimal): -2348929 or 8333532. OLE color: 8333532.
HSL color Cylindrical-coordinate representation of color #DC287F: hue angle of 331º 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 #DC287F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 127 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.14 |
| HSL | 331º | 0.72% | 0.51% | - |
| HSV(B) | 331º | 0.82% | 0.86% | - |
| XYZ | 34.1 | 18.27 | 21.81 | - |
| YUV | 103.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 127 | 0 | 0.82 | 0.42 | 0.14 | 331 | 0.72 | 0.51 |
| Hex | DC | 28 | 7F | 0 | 52 | 2A | E | 14B | 48 | 33 |
| Octal | 334 | 50 | 177 | 0 | 122 | 52 | 16 | 513 | 110 | 63 |
| Binary | 11011100 | 101000 | 1111111 | 0 | 1010010 | 101010 | 1110 | 101001011 | 1001000 | 110011 |
Color Harmonies of #DC287F
Complementary color
Monochromatic Colors of #DC287F
Black with #DC287F
Text Example
Text Example
White with #DC287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC287F; }
p { color: rgb(220,40,127); }
H1.HeaderClassName
{
color: #DC287F;
}
.AnyTagClassName
{
color: #DC287F;
}
</style>
background-color css
<style>
a { background-color: #DC287F; }
a { background-color: rgb(220,40,127); }
div.DivClassName
{
background-color: #DC287F;
}
.BgClassName
{
background-color: #DC287F;
}
</style>
border-color css
<style>
span { border-color: #DC287F; }
span { border-color: rgb(220,40,127); }
td.TdClassName
{
border-color: #DC287F;
}
.TagClassName
{
border-color: #DC287F;
}
</style>