Shades of Deep Cerise #DC2386
Tints of Deep Cerise #DC2386
RGB
CMYK
RGB Variations
Color information
#DC2386 (or 0xDC2386) is known color: Deep Cerise. HEX triplet: DC, 23 and 86. RGB value is (220,35,134). Sum of RGB (Red+Green+Blue) = 220+35+134=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2386 is #23DC79. Grayscale: #656565. Windows color (decimal): -2350202 or 8791004. OLE color: 8791004.
HSL color Cylindrical-coordinate representation of color #DC2386: hue angle of 327.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2386 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 134 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.14 |
| HSL | 327.89º | 0.73% | 0.5% | - |
| HSV(B) | 327.89º | 0.84% | 0.86% | - |
| XYZ | 34.42 | 18.14 | 24.24 | - |
| YUV | 101.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 134 | 0 | 0.84 | 0.39 | 0.14 | 327.89 | 0.73 | 0.5 |
| Hex | DC | 23 | 86 | 0 | 54 | 27 | E | 148 | 49 | 32 |
| Octal | 334 | 43 | 206 | 0 | 124 | 47 | 16 | 510 | 111 | 62 |
| Binary | 11011100 | 100011 | 10000110 | 0 | 1010100 | 100111 | 1110 | 101001000 | 1001001 | 110010 |
Color Harmonies of #DC2386
Complementary color
Monochromatic Colors of #DC2386
Black with #DC2386
Text Example
Text Example
White with #DC2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2386; }
p { color: rgb(220,35,134); }
H1.HeaderClassName
{
color: #DC2386;
}
.AnyTagClassName
{
color: #DC2386;
}
</style>
background-color css
<style>
a { background-color: #DC2386; }
a { background-color: rgb(220,35,134); }
div.DivClassName
{
background-color: #DC2386;
}
.BgClassName
{
background-color: #DC2386;
}
</style>
border-color css
<style>
span { border-color: #DC2386; }
span { border-color: rgb(220,35,134); }
td.TdClassName
{
border-color: #DC2386;
}
.TagClassName
{
border-color: #DC2386;
}
</style>