Shades of Deep Cerise #DC40AA
Tints of Deep Cerise #DC40AA
RGB
CMYK
RGB Variations
Color information
#DC40AA (or 0xDC40AA) is known color: Deep Cerise. HEX triplet: DC, 40 and AA. RGB value is (220,64,170). Sum of RGB (Red+Green+Blue) = 220+64+170=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40AA is #23BF55. Grayscale: #7A7A7A. Windows color (decimal): -2342742 or 11157724. OLE color: 11157724.
HSL color Cylindrical-coordinate representation of color #DC40AA: hue angle of 319.23º 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 #DC40AA is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 170 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.14 |
| HSL | 319.23º | 0.69% | 0.56% | - |
| HSV(B) | 319.23º | 0.71% | 0.86% | - |
| XYZ | 38.6 | 21.78 | 40.2 | - |
| YUV | 122.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 170 | 0 | 0.71 | 0.23 | 0.14 | 319.23 | 0.69 | 0.56 |
| Hex | DC | 40 | AA | 0 | 47 | 17 | E | 13F | 45 | 38 |
| Octal | 334 | 100 | 252 | 0 | 107 | 27 | 16 | 477 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10101010 | 0 | 1000111 | 10111 | 1110 | 100111111 | 1000101 | 111000 |
Color Harmonies of #DC40AA
Complementary color
Monochromatic Colors of #DC40AA
Black with #DC40AA
Text Example
Text Example
White with #DC40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40AA; }
p { color: rgb(220,64,170); }
H1.HeaderClassName
{
color: #DC40AA;
}
.AnyTagClassName
{
color: #DC40AA;
}
</style>
background-color css
<style>
a { background-color: #DC40AA; }
a { background-color: rgb(220,64,170); }
div.DivClassName
{
background-color: #DC40AA;
}
.BgClassName
{
background-color: #DC40AA;
}
</style>
border-color css
<style>
span { border-color: #DC40AA; }
span { border-color: rgb(220,64,170); }
td.TdClassName
{
border-color: #DC40AA;
}
.TagClassName
{
border-color: #DC40AA;
}
</style>