Shades of Deep Cerise #DC3AA8
Tints of Deep Cerise #DC3AA8
RGB
CMYK
RGB Variations
Color information
#DC3AA8 (or 0xDC3AA8) is known color: Deep Cerise. HEX triplet: DC, 3A and A8. RGB value is (220,58,168). Sum of RGB (Red+Green+Blue) = 220+58+168=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3AA8 is #23C557. Grayscale: #767676. Windows color (decimal): -2344280 or 11025116. OLE color: 11025116.
HSL color Cylindrical-coordinate representation of color #DC3AA8: hue angle of 319.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3AA8 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 168 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.14 |
| HSL | 319.26º | 0.7% | 0.55% | - |
| HSV(B) | 319.26º | 0.74% | 0.86% | - |
| XYZ | 38.1 | 21.07 | 39.1 | - |
| YUV | 118.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 168 | 0 | 0.74 | 0.24 | 0.14 | 319.26 | 0.7 | 0.55 |
| Hex | DC | 3A | A8 | 0 | 4A | 18 | E | 13F | 46 | 37 |
| Octal | 334 | 72 | 250 | 0 | 112 | 30 | 16 | 477 | 106 | 67 |
| Binary | 11011100 | 111010 | 10101000 | 0 | 1001010 | 11000 | 1110 | 100111111 | 1000110 | 110111 |
Color Harmonies of #DC3AA8
Complementary color
Monochromatic Colors of #DC3AA8
Black with #DC3AA8
Text Example
Text Example
White with #DC3AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3AA8; }
p { color: rgb(220,58,168); }
H1.HeaderClassName
{
color: #DC3AA8;
}
.AnyTagClassName
{
color: #DC3AA8;
}
</style>
background-color css
<style>
a { background-color: #DC3AA8; }
a { background-color: rgb(220,58,168); }
div.DivClassName
{
background-color: #DC3AA8;
}
.BgClassName
{
background-color: #DC3AA8;
}
</style>
border-color css
<style>
span { border-color: #DC3AA8; }
span { border-color: rgb(220,58,168); }
td.TdClassName
{
border-color: #DC3AA8;
}
.TagClassName
{
border-color: #DC3AA8;
}
</style>