Shades of Medium Violet Red #D0207E
Tints of Medium Violet Red #D0207E
RGB
CMYK
RGB Variations
Color information
#D0207E (or 0xD0207E) is known color: Medium Violet Red. HEX triplet: D0, 20 and 7E. RGB value is (208,32,126). Sum of RGB (Red+Green+Blue) = 208+32+126=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0207E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0207E is #2FDF81. Grayscale: #5F5F5F. Windows color (decimal): -3137410 or 8265936. OLE color: 8265936.
HSL color Cylindrical-coordinate representation of color #D0207E: hue angle of 327.95º 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 #D0207E is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 126 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.18 |
| HSL | 327.95º | 0.73% | 0.47% | - |
| HSV(B) | 327.95º | 0.85% | 0.82% | - |
| XYZ | 30.29 | 15.95 | 21.22 | - |
| YUV | 95.34 | 145.31 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 126 | 0 | 0.85 | 0.39 | 0.18 | 327.95 | 0.73 | 0.47 |
| Hex | D0 | 20 | 7E | 0 | 55 | 27 | 12 | 148 | 49 | 2F |
| Octal | 320 | 40 | 176 | 0 | 125 | 47 | 22 | 510 | 111 | 57 |
| Binary | 11010000 | 100000 | 1111110 | 0 | 1010101 | 100111 | 10010 | 101001000 | 1001001 | 101111 |
Color Harmonies of #D0207E
Complementary color
Monochromatic Colors of #D0207E
Black with #D0207E
Text Example
Text Example
White with #D0207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0207E; }
p { color: rgb(208,32,126); }
H1.HeaderClassName
{
color: #D0207E;
}
.AnyTagClassName
{
color: #D0207E;
}
</style>
background-color css
<style>
a { background-color: #D0207E; }
a { background-color: rgb(208,32,126); }
div.DivClassName
{
background-color: #D0207E;
}
.BgClassName
{
background-color: #D0207E;
}
</style>
border-color css
<style>
span { border-color: #D0207E; }
span { border-color: rgb(208,32,126); }
td.TdClassName
{
border-color: #D0207E;
}
.TagClassName
{
border-color: #D0207E;
}
</style>