Shades of Deep Cerise #DC40A7
Tints of Deep Cerise #DC40A7
RGB
CMYK
RGB Variations
Color information
#DC40A7 (or 0xDC40A7) is known color: Deep Cerise. HEX triplet: DC, 40 and A7. RGB value is (220,64,167). Sum of RGB (Red+Green+Blue) = 220+64+167=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40A7 is #23BF58. Grayscale: #7A7A7A. Windows color (decimal): -2342745 or 10961116. OLE color: 10961116.
HSL color Cylindrical-coordinate representation of color #DC40A7: hue angle of 320.38º 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 #DC40A7 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 167 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.14 |
| HSL | 320.38º | 0.69% | 0.56% | - |
| HSV(B) | 320.38º | 0.71% | 0.86% | - |
| XYZ | 38.32 | 21.67 | 38.72 | - |
| YUV | 122.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 167 | 0 | 0.71 | 0.24 | 0.14 | 320.38 | 0.69 | 0.56 |
| Hex | DC | 40 | A7 | 0 | 47 | 18 | E | 140 | 45 | 38 |
| Octal | 334 | 100 | 247 | 0 | 107 | 30 | 16 | 500 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10100111 | 0 | 1000111 | 11000 | 1110 | 101000000 | 1000101 | 111000 |
Color Harmonies of #DC40A7
Complementary color
Monochromatic Colors of #DC40A7
Black with #DC40A7
Text Example
Text Example
White with #DC40A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40A7; }
p { color: rgb(220,64,167); }
H1.HeaderClassName
{
color: #DC40A7;
}
.AnyTagClassName
{
color: #DC40A7;
}
</style>
background-color css
<style>
a { background-color: #DC40A7; }
a { background-color: rgb(220,64,167); }
div.DivClassName
{
background-color: #DC40A7;
}
.BgClassName
{
background-color: #DC40A7;
}
</style>
border-color css
<style>
span { border-color: #DC40A7; }
span { border-color: rgb(220,64,167); }
td.TdClassName
{
border-color: #DC40A7;
}
.TagClassName
{
border-color: #DC40A7;
}
</style>