Shades of Deep Cerise #DC3EA1
Tints of Deep Cerise #DC3EA1
RGB
CMYK
RGB Variations
Color information
#DC3EA1 (or 0xDC3EA1) is known color: Deep Cerise. HEX triplet: DC, 3E and A1. RGB value is (220,62,161). Sum of RGB (Red+Green+Blue) = 220+62+161=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3EA1 is #23C15E. Grayscale: #787878. Windows color (decimal): -2343263 or 10567388. OLE color: 10567388.
HSL color Cylindrical-coordinate representation of color #DC3EA1: hue angle of 322.41º 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 #DC3EA1 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 161 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.14 |
| HSL | 322.41º | 0.69% | 0.55% | - |
| HSV(B) | 322.41º | 0.72% | 0.86% | - |
| XYZ | 37.67 | 21.23 | 35.83 | - |
| YUV | 120.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 161 | 0 | 0.72 | 0.27 | 0.14 | 322.41 | 0.69 | 0.55 |
| Hex | DC | 3E | A1 | 0 | 48 | 1B | E | 142 | 45 | 37 |
| Octal | 334 | 76 | 241 | 0 | 110 | 33 | 16 | 502 | 105 | 67 |
| Binary | 11011100 | 111110 | 10100001 | 0 | 1001000 | 11011 | 1110 | 101000010 | 1000101 | 110111 |
Color Harmonies of #DC3EA1
Complementary color
Monochromatic Colors of #DC3EA1
Black with #DC3EA1
Text Example
Text Example
White with #DC3EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3EA1; }
p { color: rgb(220,62,161); }
H1.HeaderClassName
{
color: #DC3EA1;
}
.AnyTagClassName
{
color: #DC3EA1;
}
</style>
background-color css
<style>
a { background-color: #DC3EA1; }
a { background-color: rgb(220,62,161); }
div.DivClassName
{
background-color: #DC3EA1;
}
.BgClassName
{
background-color: #DC3EA1;
}
</style>
border-color css
<style>
span { border-color: #DC3EA1; }
span { border-color: rgb(220,62,161); }
td.TdClassName
{
border-color: #DC3EA1;
}
.TagClassName
{
border-color: #DC3EA1;
}
</style>