Shades of Deep Magenta #D206B5
Tints of Deep Magenta #D206B5
RGB
CMYK
RGB Variations
Color information
#D206B5 (or 0xD206B5) is known color: Deep Magenta. HEX triplet: D2, 06 and B5. RGB value is (210,6,181). Sum of RGB (Red+Green+Blue) = 210+6+181=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D206B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206B5 is #2DF94A. Grayscale: #565656. Windows color (decimal): -3012939 or 11863762. OLE color: 11863762.
HSL color Cylindrical-coordinate representation of color #D206B5: hue angle of 308.53º 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 #D206B5 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 181 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.18 |
| HSL | 308.53º | 0.94% | 0.42% | - |
| HSV(B) | 308.53º | 0.97% | 0.82% | - |
| XYZ | 34.98 | 17.17 | 45.19 | - |
| YUV | 86.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 181 | 0 | 0.97 | 0.14 | 0.18 | 308.53 | 0.94 | 0.42 |
| Hex | D2 | 6 | B5 | 0 | 61 | E | 12 | 135 | 5E | 2A |
| Octal | 322 | 6 | 265 | 0 | 141 | 16 | 22 | 465 | 136 | 52 |
| Binary | 11010010 | 110 | 10110101 | 0 | 1100001 | 1110 | 10010 | 100110101 | 1011110 | 101010 |
Color Harmonies of #D206B5
Complementary color
Monochromatic Colors of #D206B5
Black with #D206B5
Text Example
Text Example
White with #D206B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206B5; }
p { color: rgb(210,6,181); }
H1.HeaderClassName
{
color: #D206B5;
}
.AnyTagClassName
{
color: #D206B5;
}
</style>
background-color css
<style>
a { background-color: #D206B5; }
a { background-color: rgb(210,6,181); }
div.DivClassName
{
background-color: #D206B5;
}
.BgClassName
{
background-color: #D206B5;
}
</style>
border-color css
<style>
span { border-color: #D206B5; }
span { border-color: rgb(210,6,181); }
td.TdClassName
{
border-color: #D206B5;
}
.TagClassName
{
border-color: #D206B5;
}
</style>