Shades of Deep Magenta #D206AC
Tints of Deep Magenta #D206AC
RGB
CMYK
RGB Variations
Color information
#D206AC (or 0xD206AC) is known color: Deep Magenta. HEX triplet: D2, 06 and AC. RGB value is (210,6,172). Sum of RGB (Red+Green+Blue) = 210+6+172=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D206AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D206AC is #2DF953. Grayscale: #555555. Windows color (decimal): -3012948 or 11273938. OLE color: 11273938.
HSL color Cylindrical-coordinate representation of color #D206AC: hue angle of 311.18º 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 #D206AC is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.18 |
| HSL | 311.18º | 0.94% | 0.42% | - |
| HSV(B) | 311.18º | 0.97% | 0.82% | - |
| XYZ | 34.09 | 16.81 | 40.48 | - |
| YUV | 85.92 | 176.59 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 172 | 0 | 0.97 | 0.18 | 0.18 | 311.18 | 0.94 | 0.42 |
| Hex | D2 | 6 | AC | 0 | 61 | 12 | 12 | 137 | 5E | 2A |
| Octal | 322 | 6 | 254 | 0 | 141 | 22 | 22 | 467 | 136 | 52 |
| Binary | 11010010 | 110 | 10101100 | 0 | 1100001 | 10010 | 10010 | 100110111 | 1011110 | 101010 |
Color Harmonies of #D206AC
Complementary color
Monochromatic Colors of #D206AC
Black with #D206AC
Text Example
Text Example
White with #D206AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206AC; }
p { color: rgb(210,6,172); }
H1.HeaderClassName
{
color: #D206AC;
}
.AnyTagClassName
{
color: #D206AC;
}
</style>
background-color css
<style>
a { background-color: #D206AC; }
a { background-color: rgb(210,6,172); }
div.DivClassName
{
background-color: #D206AC;
}
.BgClassName
{
background-color: #D206AC;
}
</style>
border-color css
<style>
span { border-color: #D206AC; }
span { border-color: rgb(210,6,172); }
td.TdClassName
{
border-color: #D206AC;
}
.TagClassName
{
border-color: #D206AC;
}
</style>