Shades of Deep Cerise #DC3681
Tints of Deep Cerise #DC3681
RGB
CMYK
RGB Variations
Color information
#DC3681 (or 0xDC3681) is known color: Deep Cerise. HEX triplet: DC, 36 and 81. RGB value is (220,54,129). Sum of RGB (Red+Green+Blue) = 220+54+129=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3681 is #23C97E. Grayscale: #707070. Windows color (decimal): -2345343 or 8468188. OLE color: 8468188.
HSL color Cylindrical-coordinate representation of color #DC3681: hue angle of 332.89º 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 #DC3681 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 129 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.14 |
| HSL | 332.89º | 0.7% | 0.54% | - |
| HSV(B) | 332.89º | 0.75% | 0.86% | - |
| XYZ | 34.8 | 19.44 | 22.69 | - |
| YUV | 112.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 129 | 0 | 0.75 | 0.41 | 0.14 | 332.89 | 0.7 | 0.54 |
| Hex | DC | 36 | 81 | 0 | 4B | 29 | E | 14D | 46 | 36 |
| Octal | 334 | 66 | 201 | 0 | 113 | 51 | 16 | 515 | 106 | 66 |
| Binary | 11011100 | 110110 | 10000001 | 0 | 1001011 | 101001 | 1110 | 101001101 | 1000110 | 110110 |
Color Harmonies of #DC3681
Complementary color
Monochromatic Colors of #DC3681
Black with #DC3681
Text Example
Text Example
White with #DC3681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3681; }
p { color: rgb(220,54,129); }
H1.HeaderClassName
{
color: #DC3681;
}
.AnyTagClassName
{
color: #DC3681;
}
</style>
background-color css
<style>
a { background-color: #DC3681; }
a { background-color: rgb(220,54,129); }
div.DivClassName
{
background-color: #DC3681;
}
.BgClassName
{
background-color: #DC3681;
}
</style>
border-color css
<style>
span { border-color: #DC3681; }
span { border-color: rgb(220,54,129); }
td.TdClassName
{
border-color: #DC3681;
}
.TagClassName
{
border-color: #DC3681;
}
</style>