Shades of Deep Cerise #DC3BA3
Tints of Deep Cerise #DC3BA3
RGB
CMYK
RGB Variations
Color information
#DC3BA3 (or 0xDC3BA3) is known color: Deep Cerise. HEX triplet: DC, 3B and A3. RGB value is (220,59,163). Sum of RGB (Red+Green+Blue) = 220+59+163=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BA3 is #23C45C. Grayscale: #767676. Windows color (decimal): -2344029 or 10697692. OLE color: 10697692.
HSL color Cylindrical-coordinate representation of color #DC3BA3: hue angle of 321.24º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3BA3 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 163 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.14 |
| HSL | 321.24º | 0.7% | 0.55% | - |
| HSV(B) | 321.24º | 0.73% | 0.86% | - |
| XYZ | 37.69 | 20.99 | 36.71 | - |
| YUV | 119 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 163 | 0 | 0.73 | 0.26 | 0.14 | 321.24 | 0.7 | 0.55 |
| Hex | DC | 3B | A3 | 0 | 49 | 1A | E | 141 | 46 | 37 |
| Octal | 334 | 73 | 243 | 0 | 111 | 32 | 16 | 501 | 106 | 67 |
| Binary | 11011100 | 111011 | 10100011 | 0 | 1001001 | 11010 | 1110 | 101000001 | 1000110 | 110111 |
Color Harmonies of #DC3BA3
Complementary color
Monochromatic Colors of #DC3BA3
Black with #DC3BA3
Text Example
Text Example
White with #DC3BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BA3; }
p { color: rgb(220,59,163); }
H1.HeaderClassName
{
color: #DC3BA3;
}
.AnyTagClassName
{
color: #DC3BA3;
}
</style>
background-color css
<style>
a { background-color: #DC3BA3; }
a { background-color: rgb(220,59,163); }
div.DivClassName
{
background-color: #DC3BA3;
}
.BgClassName
{
background-color: #DC3BA3;
}
</style>
border-color css
<style>
span { border-color: #DC3BA3; }
span { border-color: rgb(220,59,163); }
td.TdClassName
{
border-color: #DC3BA3;
}
.TagClassName
{
border-color: #DC3BA3;
}
</style>