Shades of Deep Cerise #DC3EA3
Tints of Deep Cerise #DC3EA3
RGB
CMYK
RGB Variations
Color information
#DC3EA3 (or 0xDC3EA3) is known color: Deep Cerise. HEX triplet: DC, 3E and A3. RGB value is (220,62,163). Sum of RGB (Red+Green+Blue) = 220+62+163=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3EA3 is #23C15C. Grayscale: #787878. Windows color (decimal): -2343261 or 10698460. OLE color: 10698460.
HSL color Cylindrical-coordinate representation of color #DC3EA3: hue angle of 321.65º 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 #DC3EA3 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 62 | 163 | - |
CMYK | 0 | 0.72 | 0.26 | 0.14 |
HSL | 321.65º | 0.69% | 0.55% | - |
HSV(B) | 321.65º | 0.72% | 0.86% | - |
XYZ | 37.85 | 21.31 | 36.77 | - |
YUV | 120.76 | 151.85 | 198.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 62 | 163 | 0 | 0.72 | 0.26 | 0.14 | 321.65 | 0.69 | 0.55 |
Hex | DC | 3E | A3 | 0 | 48 | 1A | E | 142 | 45 | 37 |
Octal | 334 | 76 | 243 | 0 | 110 | 32 | 16 | 502 | 105 | 67 |
Binary | 11011100 | 111110 | 10100011 | 0 | 1001000 | 11010 | 1110 | 101000010 | 1000101 | 110111 |
Color Harmonies of #DC3EA3
Complementary color
Monochromatic Colors of #DC3EA3
Black with #DC3EA3
Text Example
Text Example
White with #DC3EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3EA3; }
p { color: rgb(220,62,163); }
H1.HeaderClassName
{
color: #DC3EA3;
}
.AnyTagClassName
{
color: #DC3EA3;
}
</style>
background-color css
<style>
a { background-color: #DC3EA3; }
a { background-color: rgb(220,62,163); }
div.DivClassName
{
background-color: #DC3EA3;
}
.BgClassName
{
background-color: #DC3EA3;
}
</style>
border-color css
<style>
span { border-color: #DC3EA3; }
span { border-color: rgb(220,62,163); }
td.TdClassName
{
border-color: #DC3EA3;
}
.TagClassName
{
border-color: #DC3EA3;
}
</style>