Shades of Deep Cerise #DC40A9
Tints of Deep Cerise #DC40A9
RGB
CMYK
RGB Variations
Color information
#DC40A9 (or 0xDC40A9) is known color: Deep Cerise. HEX triplet: DC, 40 and A9. RGB value is (220,64,169). Sum of RGB (Red+Green+Blue) = 220+64+169=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40A9 is #23BF56. Grayscale: #7A7A7A. Windows color (decimal): -2342743 or 11092188. OLE color: 11092188.
HSL color Cylindrical-coordinate representation of color #DC40A9: hue angle of 319.62º 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 #DC40A9 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 169 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.14 |
| HSL | 319.62º | 0.69% | 0.56% | - |
| HSV(B) | 319.62º | 0.71% | 0.86% | - |
| XYZ | 38.51 | 21.75 | 39.7 | - |
| YUV | 122.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 169 | 0 | 0.71 | 0.23 | 0.14 | 319.62 | 0.69 | 0.56 |
| Hex | DC | 40 | A9 | 0 | 47 | 17 | E | 140 | 45 | 38 |
| Octal | 334 | 100 | 251 | 0 | 107 | 27 | 16 | 500 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10101001 | 0 | 1000111 | 10111 | 1110 | 101000000 | 1000101 | 111000 |
Color Harmonies of #DC40A9
Complementary color
Monochromatic Colors of #DC40A9
Black with #DC40A9
Text Example
Text Example
White with #DC40A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40A9; }
p { color: rgb(220,64,169); }
H1.HeaderClassName
{
color: #DC40A9;
}
.AnyTagClassName
{
color: #DC40A9;
}
</style>
background-color css
<style>
a { background-color: #DC40A9; }
a { background-color: rgb(220,64,169); }
div.DivClassName
{
background-color: #DC40A9;
}
.BgClassName
{
background-color: #DC40A9;
}
</style>
border-color css
<style>
span { border-color: #DC40A9; }
span { border-color: rgb(220,64,169); }
td.TdClassName
{
border-color: #DC40A9;
}
.TagClassName
{
border-color: #DC40A9;
}
</style>