Shades of Deep Magenta #D106AB
Tints of Deep Magenta #D106AB
RGB
CMYK
RGB Variations
Color information
#D106AB (or 0xD106AB) is known color: Deep Magenta. HEX triplet: D1, 06 and AB. RGB value is (209,6,171). Sum of RGB (Red+Green+Blue) = 209+6+171=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D106AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D106AB is #2EF954. Grayscale: #555555. Windows color (decimal): -3078485 or 11208401. OLE color: 11208401.
HSL color Cylindrical-coordinate representation of color #D106AB: hue angle of 311.23º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D106AB is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.18 |
| HSL | 311.23º | 0.94% | 0.42% | - |
| HSV(B) | 311.23º | 0.97% | 0.82% | - |
| XYZ | 33.71 | 16.63 | 39.96 | - |
| YUV | 85.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 171 | 0 | 0.97 | 0.18 | 0.18 | 311.23 | 0.94 | 0.42 |
| Hex | D1 | 6 | AB | 0 | 61 | 12 | 12 | 137 | 5E | 2A |
| Octal | 321 | 6 | 253 | 0 | 141 | 22 | 22 | 467 | 136 | 52 |
| Binary | 11010001 | 110 | 10101011 | 0 | 1100001 | 10010 | 10010 | 100110111 | 1011110 | 101010 |
Color Harmonies of #D106AB
Complementary color
Monochromatic Colors of #D106AB
Black with #D106AB
Text Example
Text Example
White with #D106AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D106AB; }
p { color: rgb(209,6,171); }
H1.HeaderClassName
{
color: #D106AB;
}
.AnyTagClassName
{
color: #D106AB;
}
</style>
background-color css
<style>
a { background-color: #D106AB; }
a { background-color: rgb(209,6,171); }
div.DivClassName
{
background-color: #D106AB;
}
.BgClassName
{
background-color: #D106AB;
}
</style>
border-color css
<style>
span { border-color: #D106AB; }
span { border-color: rgb(209,6,171); }
td.TdClassName
{
border-color: #D106AB;
}
.TagClassName
{
border-color: #D106AB;
}
</style>