Shades of Deep Magenta #D106DF
Tints of Deep Magenta #D106DF
RGB
CMYK
RGB Variations
Color information
#D106DF (or 0xD106DF) is known color: Deep Magenta. HEX triplet: D1, 06 and DF. RGB value is (209,6,223). Sum of RGB (Red+Green+Blue) = 209+6+223=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 6 (2.73% from 255 or 1.37% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #D106DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106DF is #2EF920. Grayscale: #5A5A5A. Windows color (decimal): -3078433 or 14616273. OLE color: 14616273.
HSL color Cylindrical-coordinate representation of color #D106DF: hue angle of 296.13º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D106DF is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 6 | 223 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.13 |
| HSL | 296.13º | 0.95% | 0.45% | - |
| HSV(B) | 296.13º | 0.97% | 0.87% | - |
| XYZ | 39.68 | 19.01 | 71.39 | - |
| YUV | 91.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 223 | 0.06 | 0.97 | 0 | 0.13 | 296.13 | 0.95 | 0.45 |
| Hex | D1 | 6 | DF | 6 | 61 | 0 | D | 128 | 5F | 2D |
| Octal | 321 | 6 | 337 | 6 | 141 | 0 | 15 | 450 | 137 | 55 |
| Binary | 11010001 | 110 | 11011111 | 110 | 1100001 | 0 | 1101 | 100101000 | 1011111 | 101101 |
Color Harmonies of #D106DF
Complementary color
Monochromatic Colors of #D106DF
Black with #D106DF
Text Example
Text Example
White with #D106DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D106DF; }
p { color: rgb(209,6,223); }
H1.HeaderClassName
{
color: #D106DF;
}
.AnyTagClassName
{
color: #D106DF;
}
</style>
background-color css
<style>
a { background-color: #D106DF; }
a { background-color: rgb(209,6,223); }
div.DivClassName
{
background-color: #D106DF;
}
.BgClassName
{
background-color: #D106DF;
}
</style>
border-color css
<style>
span { border-color: #D106DF; }
span { border-color: rgb(209,6,223); }
td.TdClassName
{
border-color: #D106DF;
}
.TagClassName
{
border-color: #D106DF;
}
</style>