Shades of Deep Cerise #DC40A3
Tints of Deep Cerise #DC40A3
RGB
CMYK
RGB Variations
Color information
#DC40A3 (or 0xDC40A3) is known color: Deep Cerise. HEX triplet: DC, 40 and A3. RGB value is (220,64,163). Sum of RGB (Red+Green+Blue) = 220+64+163=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40A3 is #23BF5C. Grayscale: #797979. Windows color (decimal): -2342749 or 10698972. OLE color: 10698972.
HSL color Cylindrical-coordinate representation of color #DC40A3: hue angle of 321.92º 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 #DC40A3 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 163 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.14 |
| HSL | 321.92º | 0.69% | 0.56% | - |
| HSV(B) | 321.92º | 0.71% | 0.86% | - |
| XYZ | 37.96 | 21.53 | 36.8 | - |
| YUV | 121.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 163 | 0 | 0.71 | 0.26 | 0.14 | 321.92 | 0.69 | 0.56 |
| Hex | DC | 40 | A3 | 0 | 47 | 1A | E | 142 | 45 | 38 |
| Octal | 334 | 100 | 243 | 0 | 107 | 32 | 16 | 502 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10100011 | 0 | 1000111 | 11010 | 1110 | 101000010 | 1000101 | 111000 |
Color Harmonies of #DC40A3
Complementary color
Monochromatic Colors of #DC40A3
Black with #DC40A3
Text Example
Text Example
White with #DC40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40A3; }
p { color: rgb(220,64,163); }
H1.HeaderClassName
{
color: #DC40A3;
}
.AnyTagClassName
{
color: #DC40A3;
}
</style>
background-color css
<style>
a { background-color: #DC40A3; }
a { background-color: rgb(220,64,163); }
div.DivClassName
{
background-color: #DC40A3;
}
.BgClassName
{
background-color: #DC40A3;
}
</style>
border-color css
<style>
span { border-color: #DC40A3; }
span { border-color: rgb(220,64,163); }
td.TdClassName
{
border-color: #DC40A3;
}
.TagClassName
{
border-color: #DC40A3;
}
</style>