Shades of Deep Cerise #DC3FA0
Tints of Deep Cerise #DC3FA0
RGB
CMYK
RGB Variations
Color information
#DC3FA0 (or 0xDC3FA0) is known color: Deep Cerise. HEX triplet: DC, 3F and A0. RGB value is (220,63,160). Sum of RGB (Red+Green+Blue) = 220+63+160=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3FA0 is #23C05F. Grayscale: #787878. Windows color (decimal): -2343008 or 10502108. OLE color: 10502108.
HSL color Cylindrical-coordinate representation of color #DC3FA0: hue angle of 322.93º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3FA0 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 160 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.14 |
| HSL | 322.93º | 0.69% | 0.55% | - |
| HSV(B) | 322.93º | 0.71% | 0.86% | - |
| XYZ | 37.64 | 21.31 | 35.39 | - |
| YUV | 121 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 160 | 0 | 0.71 | 0.27 | 0.14 | 322.93 | 0.69 | 0.55 |
| Hex | DC | 3F | A0 | 0 | 47 | 1B | E | 143 | 45 | 37 |
| Octal | 334 | 77 | 240 | 0 | 107 | 33 | 16 | 503 | 105 | 67 |
| Binary | 11011100 | 111111 | 10100000 | 0 | 1000111 | 11011 | 1110 | 101000011 | 1000101 | 110111 |
Color Harmonies of #DC3FA0
Complementary color
Monochromatic Colors of #DC3FA0
Black with #DC3FA0
Text Example
Text Example
White with #DC3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FA0; }
p { color: rgb(220,63,160); }
H1.HeaderClassName
{
color: #DC3FA0;
}
.AnyTagClassName
{
color: #DC3FA0;
}
</style>
background-color css
<style>
a { background-color: #DC3FA0; }
a { background-color: rgb(220,63,160); }
div.DivClassName
{
background-color: #DC3FA0;
}
.BgClassName
{
background-color: #DC3FA0;
}
</style>
border-color css
<style>
span { border-color: #DC3FA0; }
span { border-color: rgb(220,63,160); }
td.TdClassName
{
border-color: #DC3FA0;
}
.TagClassName
{
border-color: #DC3FA0;
}
</style>