Shades of Medium Violet Red #D006A0
Tints of Medium Violet Red #D006A0
RGB
CMYK
RGB Variations
Color information
#D006A0 (or 0xD006A0) is known color: Medium Violet Red. HEX triplet: D0, 06 and A0. RGB value is (208,6,160). Sum of RGB (Red+Green+Blue) = 208+6+160=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D006A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D006A0 is #2FF95F. Grayscale: #535353. Windows color (decimal): -3144032 or 10487504. OLE color: 10487504.
HSL color Cylindrical-coordinate representation of color #D006A0: hue angle of 314.26º 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 #D006A0 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.18 |
| HSL | 314.26º | 0.94% | 0.42% | - |
| HSV(B) | 314.26º | 0.97% | 0.82% | - |
| XYZ | 32.42 | 16.08 | 34.65 | - |
| YUV | 83.95 | 170.92 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 160 | 0 | 0.97 | 0.23 | 0.18 | 314.26 | 0.94 | 0.42 |
| Hex | D0 | 6 | A0 | 0 | 61 | 17 | 12 | 13A | 5E | 2A |
| Octal | 320 | 6 | 240 | 0 | 141 | 27 | 22 | 472 | 136 | 52 |
| Binary | 11010000 | 110 | 10100000 | 0 | 1100001 | 10111 | 10010 | 100111010 | 1011110 | 101010 |
Color Harmonies of #D006A0
Complementary color
Monochromatic Colors of #D006A0
Black with #D006A0
Text Example
Text Example
White with #D006A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D006A0; }
p { color: rgb(208,6,160); }
H1.HeaderClassName
{
color: #D006A0;
}
.AnyTagClassName
{
color: #D006A0;
}
</style>
background-color css
<style>
a { background-color: #D006A0; }
a { background-color: rgb(208,6,160); }
div.DivClassName
{
background-color: #D006A0;
}
.BgClassName
{
background-color: #D006A0;
}
</style>
border-color css
<style>
span { border-color: #D006A0; }
span { border-color: rgb(208,6,160); }
td.TdClassName
{
border-color: #D006A0;
}
.TagClassName
{
border-color: #D006A0;
}
</style>