Shades of Medium Violet Red #D0008D
Tints of Medium Violet Red #D0008D
RGB
CMYK
RGB Variations
Color information
#D0008D (or 0xD0008D) is known color: Medium Violet Red. HEX triplet: D0, 00 and 8D. RGB value is (208,0,141). Sum of RGB (Red+Green+Blue) = 208+0+141=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0008D is #2FFF72. Grayscale: #4D4D4D. Windows color (decimal): -3145587 or 9240784. OLE color: 9240784.
HSL color Cylindrical-coordinate representation of color #D0008D: hue angle of 319.33º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0008D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.32 | 0.18 |
| HSL | 319.33º | 1% | 0.41% | - |
| HSV(B) | 319.33º | 1% | 0.82% | - |
| XYZ | 30.82 | 15.33 | 26.53 | - |
| YUV | 78.27 | 163.41 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 141 | 0 | 1 | 0.32 | 0.18 | 319.33 | 1 | 0.41 |
| Hex | D0 | 0 | 8D | 0 | 64 | 20 | 12 | 13F | 64 | 29 |
| Octal | 320 | 0 | 215 | 0 | 144 | 40 | 22 | 477 | 144 | 51 |
| Binary | 11010000 | 0 | 10001101 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100100 | 101001 |
Color Harmonies of #D0008D
Complementary color
Monochromatic Colors of #D0008D
Black with #D0008D
Text Example
Text Example
White with #D0008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0008D; }
p { color: rgb(208,0,141); }
H1.HeaderClassName
{
color: #D0008D;
}
.AnyTagClassName
{
color: #D0008D;
}
</style>
background-color css
<style>
a { background-color: #D0008D; }
a { background-color: rgb(208,0,141); }
div.DivClassName
{
background-color: #D0008D;
}
.BgClassName
{
background-color: #D0008D;
}
</style>
border-color css
<style>
span { border-color: #D0008D; }
span { border-color: rgb(208,0,141); }
td.TdClassName
{
border-color: #D0008D;
}
.TagClassName
{
border-color: #D0008D;
}
</style>