Shades of Medium Violet Red #D0208C
Tints of Medium Violet Red #D0208C
RGB
CMYK
RGB Variations
Color information
#D0208C (or 0xD0208C) is known color: Medium Violet Red. HEX triplet: D0, 20 and 8C. RGB value is (208,32,140). Sum of RGB (Red+Green+Blue) = 208+32+140=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0208C is #2FDF73. Grayscale: #606060. Windows color (decimal): -3137396 or 9183440. OLE color: 9183440.
HSL color Cylindrical-coordinate representation of color #D0208C: hue angle of 323.18º 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 #D0208C is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 140 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.18 |
| HSL | 323.18º | 0.73% | 0.47% | - |
| HSV(B) | 323.18º | 0.85% | 0.82% | - |
| XYZ | 31.26 | 16.34 | 26.32 | - |
| YUV | 96.94 | 152.31 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 140 | 0 | 0.85 | 0.33 | 0.18 | 323.18 | 0.73 | 0.47 |
| Hex | D0 | 20 | 8C | 0 | 55 | 21 | 12 | 143 | 49 | 2F |
| Octal | 320 | 40 | 214 | 0 | 125 | 41 | 22 | 503 | 111 | 57 |
| Binary | 11010000 | 100000 | 10001100 | 0 | 1010101 | 100001 | 10010 | 101000011 | 1001001 | 101111 |
Color Harmonies of #D0208C
Complementary color
Monochromatic Colors of #D0208C
Black with #D0208C
Text Example
Text Example
White with #D0208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0208C; }
p { color: rgb(208,32,140); }
H1.HeaderClassName
{
color: #D0208C;
}
.AnyTagClassName
{
color: #D0208C;
}
</style>
background-color css
<style>
a { background-color: #D0208C; }
a { background-color: rgb(208,32,140); }
div.DivClassName
{
background-color: #D0208C;
}
.BgClassName
{
background-color: #D0208C;
}
</style>
border-color css
<style>
span { border-color: #D0208C; }
span { border-color: rgb(208,32,140); }
td.TdClassName
{
border-color: #D0208C;
}
.TagClassName
{
border-color: #D0208C;
}
</style>