Shades of Deep Magenta #D206CB
Tints of Deep Magenta #D206CB
RGB
CMYK
RGB Variations
Color information
#D206CB (or 0xD206CB) is known color: Deep Magenta. HEX triplet: D2, 06 and CB. RGB value is (210,6,203). Sum of RGB (Red+Green+Blue) = 210+6+203=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D206CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D206CB is #2DF934. Grayscale: #585858. Windows color (decimal): -3012917 or 13305554. OLE color: 13305554.
HSL color Cylindrical-coordinate representation of color #D206CB: hue angle of 302.06º 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 #D206CB is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.18 |
| HSL | 302.06º | 0.94% | 0.42% | - |
| HSV(B) | 302.06º | 0.97% | 0.82% | - |
| XYZ | 37.42 | 18.14 | 58.03 | - |
| YUV | 89.45 | 192.09 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 203 | 0 | 0.97 | 0.03 | 0.18 | 302.06 | 0.94 | 0.42 |
| Hex | D2 | 6 | CB | 0 | 61 | 3 | 12 | 12E | 5E | 2A |
| Octal | 322 | 6 | 313 | 0 | 141 | 3 | 22 | 456 | 136 | 52 |
| Binary | 11010010 | 110 | 11001011 | 0 | 1100001 | 11 | 10010 | 100101110 | 1011110 | 101010 |
Color Harmonies of #D206CB
Complementary color
Monochromatic Colors of #D206CB
Black with #D206CB
Text Example
Text Example
White with #D206CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206CB; }
p { color: rgb(210,6,203); }
H1.HeaderClassName
{
color: #D206CB;
}
.AnyTagClassName
{
color: #D206CB;
}
</style>
background-color css
<style>
a { background-color: #D206CB; }
a { background-color: rgb(210,6,203); }
div.DivClassName
{
background-color: #D206CB;
}
.BgClassName
{
background-color: #D206CB;
}
</style>
border-color css
<style>
span { border-color: #D206CB; }
span { border-color: rgb(210,6,203); }
td.TdClassName
{
border-color: #D206CB;
}
.TagClassName
{
border-color: #D206CB;
}
</style>