Shades of Deep Magenta #D206DB
Tints of Deep Magenta #D206DB
RGB
CMYK
RGB Variations
Color information
#D206DB (or 0xD206DB) is known color: Deep Magenta. HEX triplet: D2, 06 and DB. RGB value is (210,6,219). Sum of RGB (Red+Green+Blue) = 210+6+219=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D206DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206DB is #2DF924. Grayscale: #5A5A5A. Windows color (decimal): -3012901 or 14354130. OLE color: 14354130.
HSL color Cylindrical-coordinate representation of color #D206DB: hue angle of 297.46º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D206DB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 6 | 219 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.14 |
| HSL | 297.46º | 0.95% | 0.44% | - |
| HSV(B) | 297.46º | 0.97% | 0.86% | - |
| XYZ | 39.43 | 18.95 | 68.6 | - |
| YUV | 91.28 | 200.09 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 219 | 0.04 | 0.97 | 0 | 0.14 | 297.46 | 0.95 | 0.44 |
| Hex | D2 | 6 | DB | 4 | 61 | 0 | E | 129 | 5F | 2C |
| Octal | 322 | 6 | 333 | 4 | 141 | 0 | 16 | 451 | 137 | 54 |
| Binary | 11010010 | 110 | 11011011 | 100 | 1100001 | 0 | 1110 | 100101001 | 1011111 | 101100 |
Color Harmonies of #D206DB
Complementary color
Monochromatic Colors of #D206DB
Black with #D206DB
Text Example
Text Example
White with #D206DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206DB; }
p { color: rgb(210,6,219); }
H1.HeaderClassName
{
color: #D206DB;
}
.AnyTagClassName
{
color: #D206DB;
}
</style>
background-color css
<style>
a { background-color: #D206DB; }
a { background-color: rgb(210,6,219); }
div.DivClassName
{
background-color: #D206DB;
}
.BgClassName
{
background-color: #D206DB;
}
</style>
border-color css
<style>
span { border-color: #D206DB; }
span { border-color: rgb(210,6,219); }
td.TdClassName
{
border-color: #D206DB;
}
.TagClassName
{
border-color: #D206DB;
}
</style>