Shades of Deep Magenta #DC15C7
Tints of Deep Magenta #DC15C7
RGB
CMYK
RGB Variations
Color information
#DC15C7 (or 0xDC15C7) is known color: Deep Magenta. HEX triplet: DC, 15 and C7. RGB value is (220,21,199). Sum of RGB (Red+Green+Blue) = 220+21+199=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15C7 is #23EA38. Grayscale: #646464. Windows color (decimal): -2353721 or 13047260. OLE color: 13047260.
HSL color Cylindrical-coordinate representation of color #DC15C7: hue angle of 306.33º 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 #DC15C7 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 199 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.14 |
| HSL | 306.33º | 0.83% | 0.47% | - |
| HSV(B) | 306.33º | 0.9% | 0.86% | - |
| XYZ | 40.09 | 19.88 | 55.76 | - |
| YUV | 100.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 199 | 0 | 0.90 | 0.10 | 0.14 | 306.33 | 0.83 | 0.47 |
| Hex | DC | 15 | C7 | 0 | 5A | A | E | 132 | 53 | 2F |
| Octal | 334 | 25 | 307 | 0 | 132 | 12 | 16 | 462 | 123 | 57 |
| Binary | 11011100 | 10101 | 11000111 | 0 | 1011010 | 1010 | 1110 | 100110010 | 1010011 | 101111 |
Color Harmonies of #DC15C7
Complementary color
Monochromatic Colors of #DC15C7
Black with #DC15C7
Text Example
Text Example
White with #DC15C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15C7; }
p { color: rgb(220,21,199); }
H1.HeaderClassName
{
color: #DC15C7;
}
.AnyTagClassName
{
color: #DC15C7;
}
</style>
background-color css
<style>
a { background-color: #DC15C7; }
a { background-color: rgb(220,21,199); }
div.DivClassName
{
background-color: #DC15C7;
}
.BgClassName
{
background-color: #DC15C7;
}
</style>
border-color css
<style>
span { border-color: #DC15C7; }
span { border-color: rgb(220,21,199); }
td.TdClassName
{
border-color: #DC15C7;
}
.TagClassName
{
border-color: #DC15C7;
}
</style>