Shades of Deep Cerise #DC3CAC
Tints of Deep Cerise #DC3CAC
RGB
CMYK
RGB Variations
Color information
#DC3CAC (or 0xDC3CAC) is known color: Deep Cerise. HEX triplet: DC, 3C and AC. RGB value is (220,60,172). Sum of RGB (Red+Green+Blue) = 220+60+172=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3CAC is #23C353. Grayscale: #787878. Windows color (decimal): -2343764 or 11287772. OLE color: 11287772.
HSL color Cylindrical-coordinate representation of color #DC3CAC: hue angle of 318º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3CAC is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 172 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.14 |
| HSL | 318º | 0.7% | 0.55% | - |
| HSV(B) | 318º | 0.73% | 0.86% | - |
| XYZ | 38.58 | 21.43 | 41.13 | - |
| YUV | 120.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 172 | 0 | 0.73 | 0.22 | 0.14 | 318 | 0.7 | 0.55 |
| Hex | DC | 3C | AC | 0 | 49 | 16 | E | 13E | 46 | 37 |
| Octal | 334 | 74 | 254 | 0 | 111 | 26 | 16 | 476 | 106 | 67 |
| Binary | 11011100 | 111100 | 10101100 | 0 | 1001001 | 10110 | 1110 | 100111110 | 1000110 | 110111 |
Color Harmonies of #DC3CAC
Complementary color
Monochromatic Colors of #DC3CAC
Black with #DC3CAC
Text Example
Text Example
White with #DC3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3CAC; }
p { color: rgb(220,60,172); }
H1.HeaderClassName
{
color: #DC3CAC;
}
.AnyTagClassName
{
color: #DC3CAC;
}
</style>
background-color css
<style>
a { background-color: #DC3CAC; }
a { background-color: rgb(220,60,172); }
div.DivClassName
{
background-color: #DC3CAC;
}
.BgClassName
{
background-color: #DC3CAC;
}
</style>
border-color css
<style>
span { border-color: #DC3CAC; }
span { border-color: rgb(220,60,172); }
td.TdClassName
{
border-color: #DC3CAC;
}
.TagClassName
{
border-color: #DC3CAC;
}
</style>