Shades of Deep Cerise #DC2786
Tints of Deep Cerise #DC2786
RGB
CMYK
RGB Variations
Color information
#DC2786 (or 0xDC2786) is known color: Deep Cerise. HEX triplet: DC, 27 and 86. RGB value is (220,39,134). Sum of RGB (Red+Green+Blue) = 220+39+134=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2786 is #23D879. Grayscale: #676767. Windows color (decimal): -2349178 or 8792028. OLE color: 8792028.
HSL color Cylindrical-coordinate representation of color #DC2786: hue angle of 328.51º 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 #DC2786 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 134 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.14 |
| HSL | 328.51º | 0.72% | 0.51% | - |
| HSV(B) | 328.51º | 0.82% | 0.86% | - |
| XYZ | 34.54 | 18.39 | 24.28 | - |
| YUV | 103.95 | 144.97 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 134 | 0 | 0.82 | 0.39 | 0.14 | 328.51 | 0.72 | 0.51 |
| Hex | DC | 27 | 86 | 0 | 52 | 27 | E | 149 | 48 | 33 |
| Octal | 334 | 47 | 206 | 0 | 122 | 47 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 100111 | 10000110 | 0 | 1010010 | 100111 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2786
Complementary color
Monochromatic Colors of #DC2786
Black with #DC2786
Text Example
Text Example
White with #DC2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2786; }
p { color: rgb(220,39,134); }
H1.HeaderClassName
{
color: #DC2786;
}
.AnyTagClassName
{
color: #DC2786;
}
</style>
background-color css
<style>
a { background-color: #DC2786; }
a { background-color: rgb(220,39,134); }
div.DivClassName
{
background-color: #DC2786;
}
.BgClassName
{
background-color: #DC2786;
}
</style>
border-color css
<style>
span { border-color: #DC2786; }
span { border-color: rgb(220,39,134); }
td.TdClassName
{
border-color: #DC2786;
}
.TagClassName
{
border-color: #DC2786;
}
</style>