Shades of Medium Violet Red #D206A1
Tints of Medium Violet Red #D206A1
RGB
CMYK
RGB Variations
Color information
#D206A1 (or 0xD206A1) is known color: Medium Violet Red. HEX triplet: D2, 06 and A1. RGB value is (210,6,161). Sum of RGB (Red+Green+Blue) = 210+6+161=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D206A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D206A1 is #2DF95E. Grayscale: #545454. Windows color (decimal): -3012959 or 10553042. OLE color: 10553042.
HSL color Cylindrical-coordinate representation of color #D206A1: hue angle of 314.41º 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 #D206A1 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 161 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.18 |
| HSL | 314.41º | 0.94% | 0.42% | - |
| HSV(B) | 314.41º | 0.97% | 0.82% | - |
| XYZ | 33.08 | 16.41 | 35.14 | - |
| YUV | 84.67 | 171.09 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 161 | 0 | 0.97 | 0.23 | 0.18 | 314.41 | 0.94 | 0.42 |
| Hex | D2 | 6 | A1 | 0 | 61 | 17 | 12 | 13A | 5E | 2A |
| Octal | 322 | 6 | 241 | 0 | 141 | 27 | 22 | 472 | 136 | 52 |
| Binary | 11010010 | 110 | 10100001 | 0 | 1100001 | 10111 | 10010 | 100111010 | 1011110 | 101010 |
Color Harmonies of #D206A1
Complementary color
Monochromatic Colors of #D206A1
Black with #D206A1
Text Example
Text Example
White with #D206A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D206A1; }
p { color: rgb(210,6,161); }
H1.HeaderClassName
{
color: #D206A1;
}
.AnyTagClassName
{
color: #D206A1;
}
</style>
background-color css
<style>
a { background-color: #D206A1; }
a { background-color: rgb(210,6,161); }
div.DivClassName
{
background-color: #D206A1;
}
.BgClassName
{
background-color: #D206A1;
}
</style>
border-color css
<style>
span { border-color: #D206A1; }
span { border-color: rgb(210,6,161); }
td.TdClassName
{
border-color: #D206A1;
}
.TagClassName
{
border-color: #D206A1;
}
</style>