Shades of Medium Violet Red #D0208F
Tints of Medium Violet Red #D0208F
RGB
CMYK
RGB Variations
Color information
#D0208F (or 0xD0208F) is known color: Medium Violet Red. HEX triplet: D0, 20 and 8F. RGB value is (208,32,143). Sum of RGB (Red+Green+Blue) = 208+32+143=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0208F is #2FDF70. Grayscale: #616161. Windows color (decimal): -3137393 or 9380048. OLE color: 9380048.
HSL color Cylindrical-coordinate representation of color #D0208F: hue angle of 322.16º 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 #D0208F is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 143 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.18 |
| HSL | 322.16º | 0.73% | 0.47% | - |
| HSV(B) | 322.16º | 0.85% | 0.82% | - |
| XYZ | 31.49 | 16.43 | 27.5 | - |
| YUV | 97.28 | 153.81 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 143 | 0 | 0.85 | 0.31 | 0.18 | 322.16 | 0.73 | 0.47 |
| Hex | D0 | 20 | 8F | 0 | 55 | 1F | 12 | 142 | 49 | 2F |
| Octal | 320 | 40 | 217 | 0 | 125 | 37 | 22 | 502 | 111 | 57 |
| Binary | 11010000 | 100000 | 10001111 | 0 | 1010101 | 11111 | 10010 | 101000010 | 1001001 | 101111 |
Color Harmonies of #D0208F
Complementary color
Monochromatic Colors of #D0208F
Black with #D0208F
Text Example
Text Example
White with #D0208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0208F; }
p { color: rgb(208,32,143); }
H1.HeaderClassName
{
color: #D0208F;
}
.AnyTagClassName
{
color: #D0208F;
}
</style>
background-color css
<style>
a { background-color: #D0208F; }
a { background-color: rgb(208,32,143); }
div.DivClassName
{
background-color: #D0208F;
}
.BgClassName
{
background-color: #D0208F;
}
</style>
border-color css
<style>
span { border-color: #D0208F; }
span { border-color: rgb(208,32,143); }
td.TdClassName
{
border-color: #D0208F;
}
.TagClassName
{
border-color: #D0208F;
}
</style>