Shades of Deep Magenta #D517DC
Tints of Deep Magenta #D517DC
RGB
CMYK
RGB Variations
Color information
#D517DC (or 0xD517DC) is known color: Deep Magenta. HEX triplet: D5, 17 and DC. RGB value is (213,23,220). Sum of RGB (Red+Green+Blue) = 213+23+220=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 23 (9.38% from 255 or 5.04% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #D517DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517DC is #2AE823. Grayscale: #656565. Windows color (decimal): -2811940 or 14424021. OLE color: 14424021.
HSL color Cylindrical-coordinate representation of color #D517DC: hue angle of 297.87º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D517DC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 23 | 220 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.14 |
| HSL | 297.87º | 0.81% | 0.48% | - |
| HSV(B) | 297.87º | 0.9% | 0.86% | - |
| XYZ | 40.67 | 19.93 | 69.41 | - |
| YUV | 102.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 220 | 0.03 | 0.90 | 0 | 0.14 | 297.87 | 0.81 | 0.48 |
| Hex | D5 | 17 | DC | 3 | 5A | 0 | E | 12A | 51 | 30 |
| Octal | 325 | 27 | 334 | 3 | 132 | 0 | 16 | 452 | 121 | 60 |
| Binary | 11010101 | 10111 | 11011100 | 11 | 1011010 | 0 | 1110 | 100101010 | 1010001 | 110000 |
Color Harmonies of #D517DC
Complementary color
Monochromatic Colors of #D517DC
Black with #D517DC
Text Example
Text Example
White with #D517DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D517DC; }
p { color: rgb(213,23,220); }
H1.HeaderClassName
{
color: #D517DC;
}
.AnyTagClassName
{
color: #D517DC;
}
</style>
background-color css
<style>
a { background-color: #D517DC; }
a { background-color: rgb(213,23,220); }
div.DivClassName
{
background-color: #D517DC;
}
.BgClassName
{
background-color: #D517DC;
}
</style>
border-color css
<style>
span { border-color: #D517DC; }
span { border-color: rgb(213,23,220); }
td.TdClassName
{
border-color: #D517DC;
}
.TagClassName
{
border-color: #D517DC;
}
</style>