Shades of Deep Cerise #DC3FA9
Tints of Deep Cerise #DC3FA9
RGB
CMYK
RGB Variations
Color information
#DC3FA9 (or 0xDC3FA9) is known color: Deep Cerise. HEX triplet: DC, 3F and A9. RGB value is (220,63,169). Sum of RGB (Red+Green+Blue) = 220+63+169=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3FA9 is #23C056. Grayscale: #797979. Windows color (decimal): -2342999 or 11091932. OLE color: 11091932.
HSL color Cylindrical-coordinate representation of color #DC3FA9: hue angle of 319.49º 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 #DC3FA9 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 169 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.14 |
| HSL | 319.49º | 0.69% | 0.55% | - |
| HSV(B) | 319.49º | 0.71% | 0.86% | - |
| XYZ | 38.45 | 21.64 | 39.69 | - |
| YUV | 122.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 169 | 0 | 0.71 | 0.23 | 0.14 | 319.49 | 0.69 | 0.55 |
| Hex | DC | 3F | A9 | 0 | 47 | 17 | E | 13F | 45 | 37 |
| Octal | 334 | 77 | 251 | 0 | 107 | 27 | 16 | 477 | 105 | 67 |
| Binary | 11011100 | 111111 | 10101001 | 0 | 1000111 | 10111 | 1110 | 100111111 | 1000101 | 110111 |
Color Harmonies of #DC3FA9
Complementary color
Monochromatic Colors of #DC3FA9
Black with #DC3FA9
Text Example
Text Example
White with #DC3FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3FA9; }
p { color: rgb(220,63,169); }
H1.HeaderClassName
{
color: #DC3FA9;
}
.AnyTagClassName
{
color: #DC3FA9;
}
</style>
background-color css
<style>
a { background-color: #DC3FA9; }
a { background-color: rgb(220,63,169); }
div.DivClassName
{
background-color: #DC3FA9;
}
.BgClassName
{
background-color: #DC3FA9;
}
</style>
border-color css
<style>
span { border-color: #DC3FA9; }
span { border-color: rgb(220,63,169); }
td.TdClassName
{
border-color: #DC3FA9;
}
.TagClassName
{
border-color: #DC3FA9;
}
</style>