Shades of Deep Cerise #DC3881
Tints of Deep Cerise #DC3881
RGB
CMYK
RGB Variations
Color information
#DC3881 (or 0xDC3881) is known color: Deep Cerise. HEX triplet: DC, 38 and 81. RGB value is (220,56,129). Sum of RGB (Red+Green+Blue) = 220+56+129=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3881 is #23C77E. Grayscale: #717171. Windows color (decimal): -2344831 or 8468700. OLE color: 8468700.
HSL color Cylindrical-coordinate representation of color #DC3881: hue angle of 333.29º 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 #DC3881 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 129 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.14 |
| HSL | 333.29º | 0.7% | 0.54% | - |
| HSV(B) | 333.29º | 0.75% | 0.86% | - |
| XYZ | 34.89 | 19.63 | 22.72 | - |
| YUV | 113.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 129 | 0 | 0.75 | 0.41 | 0.14 | 333.29 | 0.7 | 0.54 |
| Hex | DC | 38 | 81 | 0 | 4B | 29 | E | 14D | 46 | 36 |
| Octal | 334 | 70 | 201 | 0 | 113 | 51 | 16 | 515 | 106 | 66 |
| Binary | 11011100 | 111000 | 10000001 | 0 | 1001011 | 101001 | 1110 | 101001101 | 1000110 | 110110 |
Color Harmonies of #DC3881
Complementary color
Monochromatic Colors of #DC3881
Black with #DC3881
Text Example
Text Example
White with #DC3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3881; }
p { color: rgb(220,56,129); }
H1.HeaderClassName
{
color: #DC3881;
}
.AnyTagClassName
{
color: #DC3881;
}
</style>
background-color css
<style>
a { background-color: #DC3881; }
a { background-color: rgb(220,56,129); }
div.DivClassName
{
background-color: #DC3881;
}
.BgClassName
{
background-color: #DC3881;
}
</style>
border-color css
<style>
span { border-color: #DC3881; }
span { border-color: rgb(220,56,129); }
td.TdClassName
{
border-color: #DC3881;
}
.TagClassName
{
border-color: #DC3881;
}
</style>