Shades of Deep Cerise #DC3BA4
Tints of Deep Cerise #DC3BA4
RGB
CMYK
RGB Variations
Color information
#DC3BA4 (or 0xDC3BA4) is known color: Deep Cerise. HEX triplet: DC, 3B and A4. RGB value is (220,59,164). Sum of RGB (Red+Green+Blue) = 220+59+164=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3BA4 is #23C45B. Grayscale: #767676. Windows color (decimal): -2344028 or 10763228. OLE color: 10763228.
HSL color Cylindrical-coordinate representation of color #DC3BA4: hue angle of 320.87º 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 #DC3BA4 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 164 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.14 |
| HSL | 320.87º | 0.7% | 0.55% | - |
| HSV(B) | 320.87º | 0.73% | 0.86% | - |
| XYZ | 37.78 | 21.02 | 37.19 | - |
| YUV | 119.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 164 | 0 | 0.73 | 0.25 | 0.14 | 320.87 | 0.7 | 0.55 |
| Hex | DC | 3B | A4 | 0 | 49 | 19 | E | 141 | 46 | 37 |
| Octal | 334 | 73 | 244 | 0 | 111 | 31 | 16 | 501 | 106 | 67 |
| Binary | 11011100 | 111011 | 10100100 | 0 | 1001001 | 11001 | 1110 | 101000001 | 1000110 | 110111 |
Color Harmonies of #DC3BA4
Complementary color
Monochromatic Colors of #DC3BA4
Black with #DC3BA4
Text Example
Text Example
White with #DC3BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3BA4; }
p { color: rgb(220,59,164); }
H1.HeaderClassName
{
color: #DC3BA4;
}
.AnyTagClassName
{
color: #DC3BA4;
}
</style>
background-color css
<style>
a { background-color: #DC3BA4; }
a { background-color: rgb(220,59,164); }
div.DivClassName
{
background-color: #DC3BA4;
}
.BgClassName
{
background-color: #DC3BA4;
}
</style>
border-color css
<style>
span { border-color: #DC3BA4; }
span { border-color: rgb(220,59,164); }
td.TdClassName
{
border-color: #DC3BA4;
}
.TagClassName
{
border-color: #DC3BA4;
}
</style>