Shades of Deep Magenta #DC18DD
Tints of Deep Magenta #DC18DD
RGB
CMYK
RGB Variations
Color information
#DC18DD (or 0xDC18DD) is known color: Deep Magenta. HEX triplet: DC, 18 and DD. RGB value is (220,24,221). Sum of RGB (Red+Green+Blue) = 220+24+221=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18DD is #23E722. Grayscale: #686868. Windows color (decimal): -2352931 or 14489820. OLE color: 14489820.
HSL color Cylindrical-coordinate representation of color #DC18DD: hue angle of 299.7º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18DD is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 24 | 221 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.13 |
| HSL | 299.7º | 0.8% | 0.48% | - |
| HSV(B) | 299.7º | 0.89% | 0.87% | - |
| XYZ | 42.89 | 21.09 | 70.22 | - |
| YUV | 105.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 221 | 0.00 | 0.89 | 0 | 0.13 | 299.7 | 0.8 | 0.48 |
| Hex | DC | 18 | DD | 0 | 59 | 0 | D | 12C | 50 | 30 |
| Octal | 334 | 30 | 335 | 0 | 131 | 0 | 15 | 454 | 120 | 60 |
| Binary | 11011100 | 11000 | 11011101 | 0 | 1011001 | 0 | 1101 | 100101100 | 1010000 | 110000 |
Color Harmonies of #DC18DD
Complementary color
Monochromatic Colors of #DC18DD
Black with #DC18DD
Text Example
Text Example
White with #DC18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18DD; }
p { color: rgb(220,24,221); }
H1.HeaderClassName
{
color: #DC18DD;
}
.AnyTagClassName
{
color: #DC18DD;
}
</style>
background-color css
<style>
a { background-color: #DC18DD; }
a { background-color: rgb(220,24,221); }
div.DivClassName
{
background-color: #DC18DD;
}
.BgClassName
{
background-color: #DC18DD;
}
</style>
border-color css
<style>
span { border-color: #DC18DD; }
span { border-color: rgb(220,24,221); }
td.TdClassName
{
border-color: #DC18DD;
}
.TagClassName
{
border-color: #DC18DD;
}
</style>