Shades of Deep Magenta #D217C6
Tints of Deep Magenta #D217C6
RGB
CMYK
RGB Variations
Color information
#D217C6 (or 0xD217C6) is known color: Deep Magenta. HEX triplet: D2, 17 and C6. RGB value is (210,23,198). Sum of RGB (Red+Green+Blue) = 210+23+198=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D217C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217C6 is #2DE839. Grayscale: #626262. Windows color (decimal): -3008570 or 12982226. OLE color: 12982226.
HSL color Cylindrical-coordinate representation of color #D217C6: hue angle of 303.85º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D217C6 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 198 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.18 |
| HSL | 303.85º | 0.8% | 0.46% | - |
| HSV(B) | 303.85º | 0.89% | 0.82% | - |
| XYZ | 37.08 | 18.39 | 55.02 | - |
| YUV | 98.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 198 | 0 | 0.89 | 0.06 | 0.18 | 303.85 | 0.8 | 0.46 |
| Hex | D2 | 17 | C6 | 0 | 59 | 6 | 12 | 130 | 50 | 2E |
| Octal | 322 | 27 | 306 | 0 | 131 | 6 | 22 | 460 | 120 | 56 |
| Binary | 11010010 | 10111 | 11000110 | 0 | 1011001 | 110 | 10010 | 100110000 | 1010000 | 101110 |
Color Harmonies of #D217C6
Complementary color
Monochromatic Colors of #D217C6
Black with #D217C6
Text Example
Text Example
White with #D217C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217C6; }
p { color: rgb(210,23,198); }
H1.HeaderClassName
{
color: #D217C6;
}
.AnyTagClassName
{
color: #D217C6;
}
</style>
background-color css
<style>
a { background-color: #D217C6; }
a { background-color: rgb(210,23,198); }
div.DivClassName
{
background-color: #D217C6;
}
.BgClassName
{
background-color: #D217C6;
}
</style>
border-color css
<style>
span { border-color: #D217C6; }
span { border-color: rgb(210,23,198); }
td.TdClassName
{
border-color: #D217C6;
}
.TagClassName
{
border-color: #D217C6;
}
</style>