Shades of Deep Magenta #DC15D9
Tints of Deep Magenta #DC15D9
RGB
CMYK
RGB Variations
Color information
#DC15D9 (or 0xDC15D9) is known color: Deep Magenta. HEX triplet: DC, 15 and D9. RGB value is (220,21,217). Sum of RGB (Red+Green+Blue) = 220+21+217=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15D9 is #23EA26. Grayscale: #666666. Windows color (decimal): -2353703 or 14226908. OLE color: 14226908.
HSL color Cylindrical-coordinate representation of color #DC15D9: hue angle of 300.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15D9 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 217 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.14 |
| HSL | 300.9º | 0.83% | 0.47% | - |
| HSV(B) | 300.9º | 0.9% | 0.86% | - |
| XYZ | 42.31 | 20.76 | 67.42 | - |
| YUV | 102.85 | 192.43 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 217 | 0 | 0.90 | 0.01 | 0.14 | 300.9 | 0.83 | 0.47 |
| Hex | DC | 15 | D9 | 0 | 5A | 1 | E | 12D | 53 | 2F |
| Octal | 334 | 25 | 331 | 0 | 132 | 1 | 16 | 455 | 123 | 57 |
| Binary | 11011100 | 10101 | 11011001 | 0 | 1011010 | 1 | 1110 | 100101101 | 1010011 | 101111 |
Color Harmonies of #DC15D9
Complementary color
Monochromatic Colors of #DC15D9
Black with #DC15D9
Text Example
Text Example
White with #DC15D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15D9; }
p { color: rgb(220,21,217); }
H1.HeaderClassName
{
color: #DC15D9;
}
.AnyTagClassName
{
color: #DC15D9;
}
</style>
background-color css
<style>
a { background-color: #DC15D9; }
a { background-color: rgb(220,21,217); }
div.DivClassName
{
background-color: #DC15D9;
}
.BgClassName
{
background-color: #DC15D9;
}
</style>
border-color css
<style>
span { border-color: #DC15D9; }
span { border-color: rgb(220,21,217); }
td.TdClassName
{
border-color: #DC15D9;
}
.TagClassName
{
border-color: #DC15D9;
}
</style>