Shades of Medium Violet Red #D0008E
Tints of Medium Violet Red #D0008E
RGB
CMYK
RGB Variations
Color information
#D0008E (or 0xD0008E) is known color: Medium Violet Red. HEX triplet: D0, 00 and 8E. RGB value is (208,0,142). Sum of RGB (Red+Green+Blue) = 208+0+142=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0008E is #2FFF71. Grayscale: #4E4E4E. Windows color (decimal): -3145586 or 9306320. OLE color: 9306320.
HSL color Cylindrical-coordinate representation of color #D0008E: hue angle of 319.04º 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 #D0008E is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.32 | 0.18 |
| HSL | 319.04º | 1% | 0.41% | - |
| HSV(B) | 319.04º | 1% | 0.82% | - |
| XYZ | 30.89 | 15.36 | 26.93 | - |
| YUV | 78.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 142 | 0 | 1 | 0.32 | 0.18 | 319.04 | 1 | 0.41 |
| Hex | D0 | 0 | 8E | 0 | 64 | 20 | 12 | 13F | 64 | 29 |
| Octal | 320 | 0 | 216 | 0 | 144 | 40 | 22 | 477 | 144 | 51 |
| Binary | 11010000 | 0 | 10001110 | 0 | 1100100 | 100000 | 10010 | 100111111 | 1100100 | 101001 |
Color Harmonies of #D0008E
Complementary color
Monochromatic Colors of #D0008E
Black with #D0008E
Text Example
Text Example
White with #D0008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0008E; }
p { color: rgb(208,0,142); }
H1.HeaderClassName
{
color: #D0008E;
}
.AnyTagClassName
{
color: #D0008E;
}
</style>
background-color css
<style>
a { background-color: #D0008E; }
a { background-color: rgb(208,0,142); }
div.DivClassName
{
background-color: #D0008E;
}
.BgClassName
{
background-color: #D0008E;
}
</style>
border-color css
<style>
span { border-color: #D0008E; }
span { border-color: rgb(208,0,142); }
td.TdClassName
{
border-color: #D0008E;
}
.TagClassName
{
border-color: #D0008E;
}
</style>