Shades of Deep Cerise #DC3896
Tints of Deep Cerise #DC3896
RGB
CMYK
RGB Variations
Color information
#DC3896 (or 0xDC3896) is known color: Deep Cerise. HEX triplet: DC, 38 and 96. RGB value is (220,56,150). Sum of RGB (Red+Green+Blue) = 220+56+150=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3896 is #23C769. Grayscale: #737373. Windows color (decimal): -2344810 or 9844956. OLE color: 9844956.
HSL color Cylindrical-coordinate representation of color #DC3896: hue angle of 325.61º 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 #DC3896 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 150 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.14 |
| HSL | 325.61º | 0.7% | 0.54% | - |
| HSV(B) | 325.61º | 0.75% | 0.86% | - |
| XYZ | 36.43 | 20.25 | 30.84 | - |
| YUV | 115.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 150 | 0 | 0.75 | 0.32 | 0.14 | 325.61 | 0.7 | 0.54 |
| Hex | DC | 38 | 96 | 0 | 4B | 20 | E | 146 | 46 | 36 |
| Octal | 334 | 70 | 226 | 0 | 113 | 40 | 16 | 506 | 106 | 66 |
| Binary | 11011100 | 111000 | 10010110 | 0 | 1001011 | 100000 | 1110 | 101000110 | 1000110 | 110110 |
Color Harmonies of #DC3896
Complementary color
Monochromatic Colors of #DC3896
Black with #DC3896
Text Example
Text Example
White with #DC3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3896; }
p { color: rgb(220,56,150); }
H1.HeaderClassName
{
color: #DC3896;
}
.AnyTagClassName
{
color: #DC3896;
}
</style>
background-color css
<style>
a { background-color: #DC3896; }
a { background-color: rgb(220,56,150); }
div.DivClassName
{
background-color: #DC3896;
}
.BgClassName
{
background-color: #DC3896;
}
</style>
border-color css
<style>
span { border-color: #DC3896; }
span { border-color: rgb(220,56,150); }
td.TdClassName
{
border-color: #DC3896;
}
.TagClassName
{
border-color: #DC3896;
}
</style>