Shades of Medium Violet Red #D0207B
Tints of Medium Violet Red #D0207B
RGB
CMYK
RGB Variations
Color information
#D0207B (or 0xD0207B) is known color: Medium Violet Red. HEX triplet: D0, 20 and 7B. RGB value is (208,32,123). Sum of RGB (Red+Green+Blue) = 208+32+123=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0207B is #2FDF84. Grayscale: #5E5E5E. Windows color (decimal): -3137413 or 8069328. OLE color: 8069328.
HSL color Cylindrical-coordinate representation of color #D0207B: hue angle of 328.98º 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 #D0207B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 123 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.18 |
| HSL | 328.98º | 0.73% | 0.47% | - |
| HSV(B) | 328.98º | 0.85% | 0.82% | - |
| XYZ | 30.1 | 15.87 | 20.22 | - |
| YUV | 95 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 123 | 0 | 0.85 | 0.41 | 0.18 | 328.98 | 0.73 | 0.47 |
| Hex | D0 | 20 | 7B | 0 | 55 | 29 | 12 | 149 | 49 | 2F |
| Octal | 320 | 40 | 173 | 0 | 125 | 51 | 22 | 511 | 111 | 57 |
| Binary | 11010000 | 100000 | 1111011 | 0 | 1010101 | 101001 | 10010 | 101001001 | 1001001 | 101111 |
Color Harmonies of #D0207B
Complementary color
Monochromatic Colors of #D0207B
Black with #D0207B
Text Example
Text Example
White with #D0207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0207B; }
p { color: rgb(208,32,123); }
H1.HeaderClassName
{
color: #D0207B;
}
.AnyTagClassName
{
color: #D0207B;
}
</style>
background-color css
<style>
a { background-color: #D0207B; }
a { background-color: rgb(208,32,123); }
div.DivClassName
{
background-color: #D0207B;
}
.BgClassName
{
background-color: #D0207B;
}
</style>
border-color css
<style>
span { border-color: #D0207B; }
span { border-color: rgb(208,32,123); }
td.TdClassName
{
border-color: #D0207B;
}
.TagClassName
{
border-color: #D0207B;
}
</style>