Shades of Deep Cerise #DC40A4
Tints of Deep Cerise #DC40A4
RGB
CMYK
RGB Variations
Color information
#DC40A4 (or 0xDC40A4) is known color: Deep Cerise. HEX triplet: DC, 40 and A4. RGB value is (220,64,164). Sum of RGB (Red+Green+Blue) = 220+64+164=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40A4 is #23BF5B. Grayscale: #797979. Windows color (decimal): -2342748 or 10764508. OLE color: 10764508.
HSL color Cylindrical-coordinate representation of color #DC40A4: hue angle of 321.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC40A4 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 164 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.14 |
| HSL | 321.54º | 0.69% | 0.56% | - |
| HSV(B) | 321.54º | 0.71% | 0.86% | - |
| XYZ | 38.05 | 21.56 | 37.28 | - |
| YUV | 122.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 164 | 0 | 0.71 | 0.25 | 0.14 | 321.54 | 0.69 | 0.56 |
| Hex | DC | 40 | A4 | 0 | 47 | 19 | E | 142 | 45 | 38 |
| Octal | 334 | 100 | 244 | 0 | 107 | 31 | 16 | 502 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10100100 | 0 | 1000111 | 11001 | 1110 | 101000010 | 1000101 | 111000 |
Color Harmonies of #DC40A4
Complementary color
Monochromatic Colors of #DC40A4
Black with #DC40A4
Text Example
Text Example
White with #DC40A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40A4; }
p { color: rgb(220,64,164); }
H1.HeaderClassName
{
color: #DC40A4;
}
.AnyTagClassName
{
color: #DC40A4;
}
</style>
background-color css
<style>
a { background-color: #DC40A4; }
a { background-color: rgb(220,64,164); }
div.DivClassName
{
background-color: #DC40A4;
}
.BgClassName
{
background-color: #DC40A4;
}
</style>
border-color css
<style>
span { border-color: #DC40A4; }
span { border-color: rgb(220,64,164); }
td.TdClassName
{
border-color: #DC40A4;
}
.TagClassName
{
border-color: #DC40A4;
}
</style>