Shades of Deep Magenta #D206BE
Tints of Deep Magenta #D206BE
RGB
CMYK
RGB Variations
Color information
#D206BE (or 0xD206BE) is known color: Deep Magenta. HEX triplet: D2, 06 and BE. RGB value is (210,6,190). Sum of RGB (Red+Green+Blue) = 210+6+190=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D206BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206BE is #2DF941. Grayscale: #575757. Windows color (decimal): -3012930 or 12453586. OLE color: 12453586.
HSL color Cylindrical-coordinate representation of color #D206BE: hue angle of 305.88º 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 #D206BE is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.18 |
| HSL | 305.88º | 0.94% | 0.42% | - |
| HSV(B) | 305.88º | 0.97% | 0.82% | - |
| XYZ | 35.94 | 17.55 | 50.21 | - |
| YUV | 87.97 | 185.59 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 190 | 0 | 0.97 | 0.10 | 0.18 | 305.88 | 0.94 | 0.42 |
| Hex | D2 | 6 | BE | 0 | 61 | A | 12 | 132 | 5E | 2A |
| Octal | 322 | 6 | 276 | 0 | 141 | 12 | 22 | 462 | 136 | 52 |
| Binary | 11010010 | 110 | 10111110 | 0 | 1100001 | 1010 | 10010 | 100110010 | 1011110 | 101010 |
Color Harmonies of #D206BE
Complementary color
Monochromatic Colors of #D206BE
Black with #D206BE
Text Example
Text Example
White with #D206BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206BE; }
p { color: rgb(210,6,190); }
H1.HeaderClassName
{
color: #D206BE;
}
.AnyTagClassName
{
color: #D206BE;
}
</style>
background-color css
<style>
a { background-color: #D206BE; }
a { background-color: rgb(210,6,190); }
div.DivClassName
{
background-color: #D206BE;
}
.BgClassName
{
background-color: #D206BE;
}
</style>
border-color css
<style>
span { border-color: #D206BE; }
span { border-color: rgb(210,6,190); }
td.TdClassName
{
border-color: #D206BE;
}
.TagClassName
{
border-color: #D206BE;
}
</style>