Shades of Deep Cerise #DC3E96
Tints of Deep Cerise #DC3E96
RGB
CMYK
RGB Variations
Color information
#DC3E96 (or 0xDC3E96) is known color: Deep Cerise. HEX triplet: DC, 3E and 96. RGB value is (220,62,150). Sum of RGB (Red+Green+Blue) = 220+62+150=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E96 is #23C169. Grayscale: #777777. Windows color (decimal): -2343274 or 9846492. OLE color: 9846492.
HSL color Cylindrical-coordinate representation of color #DC3E96: hue angle of 326.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E96 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 150 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.14 |
| HSL | 326.58º | 0.69% | 0.55% | - |
| HSV(B) | 326.58º | 0.72% | 0.86% | - |
| XYZ | 36.74 | 20.86 | 30.94 | - |
| YUV | 119.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 150 | 0 | 0.72 | 0.32 | 0.14 | 326.58 | 0.69 | 0.55 |
| Hex | DC | 3E | 96 | 0 | 48 | 20 | E | 147 | 45 | 37 |
| Octal | 334 | 76 | 226 | 0 | 110 | 40 | 16 | 507 | 105 | 67 |
| Binary | 11011100 | 111110 | 10010110 | 0 | 1001000 | 100000 | 1110 | 101000111 | 1000101 | 110111 |
Color Harmonies of #DC3E96
Complementary color
Monochromatic Colors of #DC3E96
Black with #DC3E96
Text Example
Text Example
White with #DC3E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E96; }
p { color: rgb(220,62,150); }
H1.HeaderClassName
{
color: #DC3E96;
}
.AnyTagClassName
{
color: #DC3E96;
}
</style>
background-color css
<style>
a { background-color: #DC3E96; }
a { background-color: rgb(220,62,150); }
div.DivClassName
{
background-color: #DC3E96;
}
.BgClassName
{
background-color: #DC3E96;
}
</style>
border-color css
<style>
span { border-color: #DC3E96; }
span { border-color: rgb(220,62,150); }
td.TdClassName
{
border-color: #DC3E96;
}
.TagClassName
{
border-color: #DC3E96;
}
</style>