Shades of Deep Cerise #DC40AD
Tints of Deep Cerise #DC40AD
RGB
CMYK
RGB Variations
Color information
#DC40AD (or 0xDC40AD) is known color: Deep Cerise. HEX triplet: DC, 40 and AD. RGB value is (220,64,173). Sum of RGB (Red+Green+Blue) = 220+64+173=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40AD is #23BF52. Grayscale: #7A7A7A. Windows color (decimal): -2342739 or 11354332. OLE color: 11354332.
HSL color Cylindrical-coordinate representation of color #DC40AD: hue angle of 318.08º 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 #DC40AD is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 173 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.14 |
| HSL | 318.08º | 0.69% | 0.56% | - |
| HSV(B) | 318.08º | 0.71% | 0.86% | - |
| XYZ | 38.89 | 21.9 | 41.71 | - |
| YUV | 123.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 173 | 0 | 0.71 | 0.21 | 0.14 | 318.08 | 0.69 | 0.56 |
| Hex | DC | 40 | AD | 0 | 47 | 15 | E | 13E | 45 | 38 |
| Octal | 334 | 100 | 255 | 0 | 107 | 25 | 16 | 476 | 105 | 70 |
| Binary | 11011100 | 1000000 | 10101101 | 0 | 1000111 | 10101 | 1110 | 100111110 | 1000101 | 111000 |
Color Harmonies of #DC40AD
Complementary color
Monochromatic Colors of #DC40AD
Black with #DC40AD
Text Example
Text Example
White with #DC40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC40AD; }
p { color: rgb(220,64,173); }
H1.HeaderClassName
{
color: #DC40AD;
}
.AnyTagClassName
{
color: #DC40AD;
}
</style>
background-color css
<style>
a { background-color: #DC40AD; }
a { background-color: rgb(220,64,173); }
div.DivClassName
{
background-color: #DC40AD;
}
.BgClassName
{
background-color: #DC40AD;
}
</style>
border-color css
<style>
span { border-color: #DC40AD; }
span { border-color: rgb(220,64,173); }
td.TdClassName
{
border-color: #DC40AD;
}
.TagClassName
{
border-color: #DC40AD;
}
</style>