Shades of Deep Cerise #DC2586
Tints of Deep Cerise #DC2586
RGB
CMYK
RGB Variations
Color information
#DC2586 (or 0xDC2586) is known color: Deep Cerise. HEX triplet: DC, 25 and 86. RGB value is (220,37,134). Sum of RGB (Red+Green+Blue) = 220+37+134=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2586 is #23DA79. Grayscale: #666666. Windows color (decimal): -2349690 or 8791516. OLE color: 8791516.
HSL color Cylindrical-coordinate representation of color #DC2586: hue angle of 328.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2586 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 134 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.14 |
| HSL | 328.2º | 0.72% | 0.5% | - |
| HSV(B) | 328.2º | 0.83% | 0.86% | - |
| XYZ | 34.48 | 18.26 | 24.26 | - |
| YUV | 102.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 134 | 0 | 0.83 | 0.39 | 0.14 | 328.2 | 0.72 | 0.5 |
| Hex | DC | 25 | 86 | 0 | 53 | 27 | E | 148 | 48 | 32 |
| Octal | 334 | 45 | 206 | 0 | 123 | 47 | 16 | 510 | 110 | 62 |
| Binary | 11011100 | 100101 | 10000110 | 0 | 1010011 | 100111 | 1110 | 101001000 | 1001000 | 110010 |
Color Harmonies of #DC2586
Complementary color
Monochromatic Colors of #DC2586
Black with #DC2586
Text Example
Text Example
White with #DC2586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2586; }
p { color: rgb(220,37,134); }
H1.HeaderClassName
{
color: #DC2586;
}
.AnyTagClassName
{
color: #DC2586;
}
</style>
background-color css
<style>
a { background-color: #DC2586; }
a { background-color: rgb(220,37,134); }
div.DivClassName
{
background-color: #DC2586;
}
.BgClassName
{
background-color: #DC2586;
}
</style>
border-color css
<style>
span { border-color: #DC2586; }
span { border-color: rgb(220,37,134); }
td.TdClassName
{
border-color: #DC2586;
}
.TagClassName
{
border-color: #DC2586;
}
</style>