Shades of Medium Violet Red #D0208A
Tints of Medium Violet Red #D0208A
RGB
CMYK
RGB Variations
Color information
#D0208A (or 0xD0208A) is known color: Medium Violet Red. HEX triplet: D0, 20 and 8A. RGB value is (208,32,138). Sum of RGB (Red+Green+Blue) = 208+32+138=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D0208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0208A is #2FDF75. Grayscale: #606060. Windows color (decimal): -3137398 or 9052368. OLE color: 9052368.
HSL color Cylindrical-coordinate representation of color #D0208A: hue angle of 323.86º 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 #D0208A is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 138 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.18 |
| HSL | 323.86º | 0.73% | 0.47% | - |
| HSV(B) | 323.86º | 0.85% | 0.82% | - |
| XYZ | 31.12 | 16.28 | 25.55 | - |
| YUV | 96.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 138 | 0 | 0.85 | 0.34 | 0.18 | 323.86 | 0.73 | 0.47 |
| Hex | D0 | 20 | 8A | 0 | 55 | 22 | 12 | 144 | 49 | 2F |
| Octal | 320 | 40 | 212 | 0 | 125 | 42 | 22 | 504 | 111 | 57 |
| Binary | 11010000 | 100000 | 10001010 | 0 | 1010101 | 100010 | 10010 | 101000100 | 1001001 | 101111 |
Color Harmonies of #D0208A
Complementary color
Monochromatic Colors of #D0208A
Black with #D0208A
Text Example
Text Example
White with #D0208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0208A; }
p { color: rgb(208,32,138); }
H1.HeaderClassName
{
color: #D0208A;
}
.AnyTagClassName
{
color: #D0208A;
}
</style>
background-color css
<style>
a { background-color: #D0208A; }
a { background-color: rgb(208,32,138); }
div.DivClassName
{
background-color: #D0208A;
}
.BgClassName
{
background-color: #D0208A;
}
</style>
border-color css
<style>
span { border-color: #D0208A; }
span { border-color: rgb(208,32,138); }
td.TdClassName
{
border-color: #D0208A;
}
.TagClassName
{
border-color: #D0208A;
}
</style>