Shades of Medium Violet Red #D0207A
Tints of Medium Violet Red #D0207A
RGB
CMYK
RGB Variations
Color information
#D0207A (or 0xD0207A) is known color: Medium Violet Red. HEX triplet: D0, 20 and 7A. RGB value is (208,32,122). Sum of RGB (Red+Green+Blue) = 208+32+122=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D0207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0207A is #2FDF85. Grayscale: #5E5E5E. Windows color (decimal): -3137414 or 8003792. OLE color: 8003792.
HSL color Cylindrical-coordinate representation of color #D0207A: hue angle of 329.32º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0207A is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 122 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.18 |
| HSL | 329.32º | 0.73% | 0.47% | - |
| HSV(B) | 329.32º | 0.85% | 0.82% | - |
| XYZ | 30.04 | 15.85 | 19.89 | - |
| YUV | 94.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 122 | 0 | 0.85 | 0.41 | 0.18 | 329.32 | 0.73 | 0.47 |
| Hex | D0 | 20 | 7A | 0 | 55 | 29 | 12 | 149 | 49 | 2F |
| Octal | 320 | 40 | 172 | 0 | 125 | 51 | 22 | 511 | 111 | 57 |
| Binary | 11010000 | 100000 | 1111010 | 0 | 1010101 | 101001 | 10010 | 101001001 | 1001001 | 101111 |
Color Harmonies of #D0207A
Complementary color
Monochromatic Colors of #D0207A
Black with #D0207A
Text Example
Text Example
White with #D0207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0207A; }
p { color: rgb(208,32,122); }
H1.HeaderClassName
{
color: #D0207A;
}
.AnyTagClassName
{
color: #D0207A;
}
</style>
background-color css
<style>
a { background-color: #D0207A; }
a { background-color: rgb(208,32,122); }
div.DivClassName
{
background-color: #D0207A;
}
.BgClassName
{
background-color: #D0207A;
}
</style>
border-color css
<style>
span { border-color: #D0207A; }
span { border-color: rgb(208,32,122); }
td.TdClassName
{
border-color: #D0207A;
}
.TagClassName
{
border-color: #D0207A;
}
</style>