Shades of Deep Magenta #D206DF
Tints of Deep Magenta #D206DF
RGB
CMYK
RGB Variations
Color information
#D206DF (or 0xD206DF) is known color: Deep Magenta. HEX triplet: D2, 06 and DF. RGB value is (210,6,223). Sum of RGB (Red+Green+Blue) = 210+6+223=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #D206DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206DF is #2DF920. Grayscale: #5B5B5B. Windows color (decimal): -3012897 or 14616274. OLE color: 14616274.
HSL color Cylindrical-coordinate representation of color #D206DF: hue angle of 296.41º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D206DF is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 6 | 223 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.13 |
| HSL | 296.41º | 0.95% | 0.45% | - |
| HSV(B) | 296.41º | 0.97% | 0.87% | - |
| XYZ | 39.96 | 19.16 | 71.4 | - |
| YUV | 91.73 | 202.09 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 223 | 0.06 | 0.97 | 0 | 0.13 | 296.41 | 0.95 | 0.45 |
| Hex | D2 | 6 | DF | 6 | 61 | 0 | D | 128 | 5F | 2D |
| Octal | 322 | 6 | 337 | 6 | 141 | 0 | 15 | 450 | 137 | 55 |
| Binary | 11010010 | 110 | 11011111 | 110 | 1100001 | 0 | 1101 | 100101000 | 1011111 | 101101 |
Color Harmonies of #D206DF
Complementary color
Monochromatic Colors of #D206DF
Black with #D206DF
Text Example
Text Example
White with #D206DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206DF; }
p { color: rgb(210,6,223); }
H1.HeaderClassName
{
color: #D206DF;
}
.AnyTagClassName
{
color: #D206DF;
}
</style>
background-color css
<style>
a { background-color: #D206DF; }
a { background-color: rgb(210,6,223); }
div.DivClassName
{
background-color: #D206DF;
}
.BgClassName
{
background-color: #D206DF;
}
</style>
border-color css
<style>
span { border-color: #D206DF; }
span { border-color: rgb(210,6,223); }
td.TdClassName
{
border-color: #D206DF;
}
.TagClassName
{
border-color: #D206DF;
}
</style>