Shades of Deep Magenta #DC18CD
Tints of Deep Magenta #DC18CD
RGB
CMYK
RGB Variations
Color information
#DC18CD (or 0xDC18CD) is known color: Deep Magenta. HEX triplet: DC, 18 and CD. RGB value is (220,24,205). Sum of RGB (Red+Green+Blue) = 220+24+205=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18CD is #23E732. Grayscale: #666666. Windows color (decimal): -2352947 or 13441244. OLE color: 13441244.
HSL color Cylindrical-coordinate representation of color #DC18CD: hue angle of 304.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18CD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 205 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.14 |
| HSL | 304.59º | 0.8% | 0.48% | - |
| HSV(B) | 304.59º | 0.89% | 0.86% | - |
| XYZ | 40.86 | 20.28 | 59.52 | - |
| YUV | 103.24 | 185.43 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 205 | 0 | 0.89 | 0.07 | 0.14 | 304.59 | 0.8 | 0.48 |
| Hex | DC | 18 | CD | 0 | 59 | 7 | E | 131 | 50 | 30 |
| Octal | 334 | 30 | 315 | 0 | 131 | 7 | 16 | 461 | 120 | 60 |
| Binary | 11011100 | 11000 | 11001101 | 0 | 1011001 | 111 | 1110 | 100110001 | 1010000 | 110000 |
Color Harmonies of #DC18CD
Complementary color
Monochromatic Colors of #DC18CD
Black with #DC18CD
Text Example
Text Example
White with #DC18CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18CD; }
p { color: rgb(220,24,205); }
H1.HeaderClassName
{
color: #DC18CD;
}
.AnyTagClassName
{
color: #DC18CD;
}
</style>
background-color css
<style>
a { background-color: #DC18CD; }
a { background-color: rgb(220,24,205); }
div.DivClassName
{
background-color: #DC18CD;
}
.BgClassName
{
background-color: #DC18CD;
}
</style>
border-color css
<style>
span { border-color: #DC18CD; }
span { border-color: rgb(220,24,205); }
td.TdClassName
{
border-color: #DC18CD;
}
.TagClassName
{
border-color: #DC18CD;
}
</style>