Shades of Deep Magenta #D106BC
Tints of Deep Magenta #D106BC
RGB
CMYK
RGB Variations
Color information
#D106BC (or 0xD106BC) is known color: Deep Magenta. HEX triplet: D1, 06 and BC. RGB value is (209,6,188). Sum of RGB (Red+Green+Blue) = 209+6+188=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D106BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106BC is #2EF943. Grayscale: #565656. Windows color (decimal): -3078468 or 12322513. OLE color: 12322513.
HSL color Cylindrical-coordinate representation of color #D106BC: hue angle of 306.21º 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 #D106BC is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.18 |
| HSL | 306.21º | 0.94% | 0.42% | - |
| HSV(B) | 306.21º | 0.97% | 0.82% | - |
| XYZ | 35.44 | 17.32 | 49.05 | - |
| YUV | 87.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 188 | 0 | 0.97 | 0.10 | 0.18 | 306.21 | 0.94 | 0.42 |
| Hex | D1 | 6 | BC | 0 | 61 | A | 12 | 132 | 5E | 2A |
| Octal | 321 | 6 | 274 | 0 | 141 | 12 | 22 | 462 | 136 | 52 |
| Binary | 11010001 | 110 | 10111100 | 0 | 1100001 | 1010 | 10010 | 100110010 | 1011110 | 101010 |
Color Harmonies of #D106BC
Complementary color
Monochromatic Colors of #D106BC
Black with #D106BC
Text Example
Text Example
White with #D106BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D106BC; }
p { color: rgb(209,6,188); }
H1.HeaderClassName
{
color: #D106BC;
}
.AnyTagClassName
{
color: #D106BC;
}
</style>
background-color css
<style>
a { background-color: #D106BC; }
a { background-color: rgb(209,6,188); }
div.DivClassName
{
background-color: #D106BC;
}
.BgClassName
{
background-color: #D106BC;
}
</style>
border-color css
<style>
span { border-color: #D106BC; }
span { border-color: rgb(209,6,188); }
td.TdClassName
{
border-color: #D106BC;
}
.TagClassName
{
border-color: #D106BC;
}
</style>