Shades of Deep Magenta #D106BE
Tints of Deep Magenta #D106BE
RGB
CMYK
RGB Variations
Color information
#D106BE (or 0xD106BE) is known color: Deep Magenta. HEX triplet: D1, 06 and BE. RGB value is (209,6,190). Sum of RGB (Red+Green+Blue) = 209+6+190=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D106BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D106BE is #2EF941. Grayscale: #575757. Windows color (decimal): -3078466 or 12453585. OLE color: 12453585.
HSL color Cylindrical-coordinate representation of color #D106BE: hue angle of 305.62º 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 #D106BE is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.18 |
| HSL | 305.62º | 0.94% | 0.42% | - |
| HSV(B) | 305.62º | 0.97% | 0.82% | - |
| XYZ | 35.65 | 17.4 | 50.2 | - |
| YUV | 87.67 | 185.75 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 190 | 0 | 0.97 | 0.09 | 0.18 | 305.62 | 0.94 | 0.42 |
| Hex | D1 | 6 | BE | 0 | 61 | 9 | 12 | 132 | 5E | 2A |
| Octal | 321 | 6 | 276 | 0 | 141 | 11 | 22 | 462 | 136 | 52 |
| Binary | 11010001 | 110 | 10111110 | 0 | 1100001 | 1001 | 10010 | 100110010 | 1011110 | 101010 |
Color Harmonies of #D106BE
Complementary color
Monochromatic Colors of #D106BE
Black with #D106BE
Text Example
Text Example
White with #D106BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D106BE; }
p { color: rgb(209,6,190); }
H1.HeaderClassName
{
color: #D106BE;
}
.AnyTagClassName
{
color: #D106BE;
}
</style>
background-color css
<style>
a { background-color: #D106BE; }
a { background-color: rgb(209,6,190); }
div.DivClassName
{
background-color: #D106BE;
}
.BgClassName
{
background-color: #D106BE;
}
</style>
border-color css
<style>
span { border-color: #D106BE; }
span { border-color: rgb(209,6,190); }
td.TdClassName
{
border-color: #D106BE;
}
.TagClassName
{
border-color: #D106BE;
}
</style>