Shades of Deep Magenta #D106DC
Tints of Deep Magenta #D106DC
RGB
CMYK
RGB Variations
Color information
#D106DC (or 0xD106DC) is known color: Deep Magenta. HEX triplet: D1, 06 and DC. RGB value is (209,6,220). Sum of RGB (Red+Green+Blue) = 209+6+220=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #D106DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106DC is #2EF923. Grayscale: #5A5A5A. Windows color (decimal): -3078436 or 14419665. OLE color: 14419665.
HSL color Cylindrical-coordinate representation of color #D106DC: hue angle of 296.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D106DC is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 6 | 220 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.14 |
| HSL | 296.92º | 0.95% | 0.44% | - |
| HSV(B) | 296.92º | 0.97% | 0.86% | - |
| XYZ | 39.28 | 18.85 | 69.28 | - |
| YUV | 91.09 | 200.75 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 220 | 0.05 | 0.97 | 0 | 0.14 | 296.92 | 0.95 | 0.44 |
| Hex | D1 | 6 | DC | 5 | 61 | 0 | E | 129 | 5F | 2C |
| Octal | 321 | 6 | 334 | 5 | 141 | 0 | 16 | 451 | 137 | 54 |
| Binary | 11010001 | 110 | 11011100 | 101 | 1100001 | 0 | 1110 | 100101001 | 1011111 | 101100 |
Color Harmonies of #D106DC
Complementary color
Monochromatic Colors of #D106DC
Black with #D106DC
Text Example
Text Example
White with #D106DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D106DC; }
p { color: rgb(209,6,220); }
H1.HeaderClassName
{
color: #D106DC;
}
.AnyTagClassName
{
color: #D106DC;
}
</style>
background-color css
<style>
a { background-color: #D106DC; }
a { background-color: rgb(209,6,220); }
div.DivClassName
{
background-color: #D106DC;
}
.BgClassName
{
background-color: #D106DC;
}
</style>
border-color css
<style>
span { border-color: #D106DC; }
span { border-color: rgb(209,6,220); }
td.TdClassName
{
border-color: #D106DC;
}
.TagClassName
{
border-color: #D106DC;
}
</style>