Shades of Medium Violet Red #D207A0
Tints of Medium Violet Red #D207A0
RGB
CMYK
RGB Variations
Color information
#D207A0 (or 0xD207A0) is known color: Medium Violet Red. HEX triplet: D2, 07 and A0. RGB value is (210,7,160). Sum of RGB (Red+Green+Blue) = 210+7+160=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D207A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D207A0 is #2DF85F. Grayscale: #545454. Windows color (decimal): -3012704 or 10487762. OLE color: 10487762.
HSL color Cylindrical-coordinate representation of color #D207A0: hue angle of 314.78º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207A0 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 160 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.18 |
| HSL | 314.78º | 0.94% | 0.43% | - |
| HSV(B) | 314.78º | 0.97% | 0.82% | - |
| XYZ | 33 | 16.39 | 34.68 | - |
| YUV | 85.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 160 | 0 | 0.97 | 0.24 | 0.18 | 314.78 | 0.94 | 0.43 |
| Hex | D2 | 7 | A0 | 0 | 61 | 18 | 12 | 13B | 5E | 2B |
| Octal | 322 | 7 | 240 | 0 | 141 | 30 | 22 | 473 | 136 | 53 |
| Binary | 11010010 | 111 | 10100000 | 0 | 1100001 | 11000 | 10010 | 100111011 | 1011110 | 101011 |
Color Harmonies of #D207A0
Complementary color
Monochromatic Colors of #D207A0
Black with #D207A0
Text Example
Text Example
White with #D207A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207A0; }
p { color: rgb(210,7,160); }
H1.HeaderClassName
{
color: #D207A0;
}
.AnyTagClassName
{
color: #D207A0;
}
</style>
background-color css
<style>
a { background-color: #D207A0; }
a { background-color: rgb(210,7,160); }
div.DivClassName
{
background-color: #D207A0;
}
.BgClassName
{
background-color: #D207A0;
}
</style>
border-color css
<style>
span { border-color: #D207A0; }
span { border-color: rgb(210,7,160); }
td.TdClassName
{
border-color: #D207A0;
}
.TagClassName
{
border-color: #D207A0;
}
</style>