Shades of Deep Cerise #DC3887
Tints of Deep Cerise #DC3887
RGB
CMYK
RGB Variations
Color information
#DC3887 (or 0xDC3887) is known color: Deep Cerise. HEX triplet: DC, 38 and 87. RGB value is (220,56,135). Sum of RGB (Red+Green+Blue) = 220+56+135=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3887 is #23C778. Grayscale: #717171. Windows color (decimal): -2344825 or 8861916. OLE color: 8861916.
HSL color Cylindrical-coordinate representation of color #DC3887: hue angle of 331.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3887 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 135 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.14 |
| HSL | 331.1º | 0.7% | 0.54% | - |
| HSV(B) | 331.1º | 0.75% | 0.86% | - |
| XYZ | 35.3 | 19.79 | 24.88 | - |
| YUV | 114.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 135 | 0 | 0.75 | 0.39 | 0.14 | 331.1 | 0.7 | 0.54 |
| Hex | DC | 38 | 87 | 0 | 4B | 27 | E | 14B | 46 | 36 |
| Octal | 334 | 70 | 207 | 0 | 113 | 47 | 16 | 513 | 106 | 66 |
| Binary | 11011100 | 111000 | 10000111 | 0 | 1001011 | 100111 | 1110 | 101001011 | 1000110 | 110110 |
Color Harmonies of #DC3887
Complementary color
Monochromatic Colors of #DC3887
Black with #DC3887
Text Example
Text Example
White with #DC3887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3887; }
p { color: rgb(220,56,135); }
H1.HeaderClassName
{
color: #DC3887;
}
.AnyTagClassName
{
color: #DC3887;
}
</style>
background-color css
<style>
a { background-color: #DC3887; }
a { background-color: rgb(220,56,135); }
div.DivClassName
{
background-color: #DC3887;
}
.BgClassName
{
background-color: #DC3887;
}
</style>
border-color css
<style>
span { border-color: #DC3887; }
span { border-color: rgb(220,56,135); }
td.TdClassName
{
border-color: #DC3887;
}
.TagClassName
{
border-color: #DC3887;
}
</style>