Shades of Medium Violet Red #D006A2
Tints of Medium Violet Red #D006A2
RGB
CMYK
RGB Variations
Color information
#D006A2 (or 0xD006A2) is known color: Medium Violet Red. HEX triplet: D0, 06 and A2. RGB value is (208,6,162). Sum of RGB (Red+Green+Blue) = 208+6+162=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D006A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D006A2 is #2FF95D. Grayscale: #535353. Windows color (decimal): -3144030 or 10618576. OLE color: 10618576.
HSL color Cylindrical-coordinate representation of color #D006A2: hue angle of 313.66º 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 #D006A2 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.18 |
| HSL | 313.66º | 0.94% | 0.42% | - |
| HSV(B) | 313.66º | 0.97% | 0.82% | - |
| XYZ | 32.6 | 16.15 | 35.58 | - |
| YUV | 84.18 | 171.92 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 162 | 0 | 0.97 | 0.22 | 0.18 | 313.66 | 0.94 | 0.42 |
| Hex | D0 | 6 | A2 | 0 | 61 | 16 | 12 | 13A | 5E | 2A |
| Octal | 320 | 6 | 242 | 0 | 141 | 26 | 22 | 472 | 136 | 52 |
| Binary | 11010000 | 110 | 10100010 | 0 | 1100001 | 10110 | 10010 | 100111010 | 1011110 | 101010 |
Color Harmonies of #D006A2
Complementary color
Monochromatic Colors of #D006A2
Black with #D006A2
Text Example
Text Example
White with #D006A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006A2; }
p { color: rgb(208,6,162); }
H1.HeaderClassName
{
color: #D006A2;
}
.AnyTagClassName
{
color: #D006A2;
}
</style>
background-color css
<style>
a { background-color: #D006A2; }
a { background-color: rgb(208,6,162); }
div.DivClassName
{
background-color: #D006A2;
}
.BgClassName
{
background-color: #D006A2;
}
</style>
border-color css
<style>
span { border-color: #D006A2; }
span { border-color: rgb(208,6,162); }
td.TdClassName
{
border-color: #D006A2;
}
.TagClassName
{
border-color: #D006A2;
}
</style>