Shades of Medium Violet Red #D01D86
Tints of Medium Violet Red #D01D86
RGB
CMYK
RGB Variations
Color information
#D01D86 (or 0xD01D86) is known color: Medium Violet Red. HEX triplet: D0, 1D and 86. RGB value is (208,29,134). Sum of RGB (Red+Green+Blue) = 208+29+134=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D86 is #2FE279. Grayscale: #5E5E5E. Windows color (decimal): -3138170 or 8789456. OLE color: 8789456.
HSL color Cylindrical-coordinate representation of color #D01D86: hue angle of 324.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D86 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 29 | 134 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.18 |
| HSL | 324.8º | 0.76% | 0.46% | - |
| HSV(B) | 324.8º | 0.86% | 0.82% | - |
| XYZ | 30.75 | 16.01 | 24.02 | - |
| YUV | 94.49 | 150.3 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 29 | 134 | 0 | 0.86 | 0.36 | 0.18 | 324.8 | 0.76 | 0.46 |
| Hex | D0 | 1D | 86 | 0 | 56 | 24 | 12 | 145 | 4C | 2E |
| Octal | 320 | 35 | 206 | 0 | 126 | 44 | 22 | 505 | 114 | 56 |
| Binary | 11010000 | 11101 | 10000110 | 0 | 1010110 | 100100 | 10010 | 101000101 | 1001100 | 101110 |
Color Harmonies of #D01D86
Complementary color
Monochromatic Colors of #D01D86
Black with #D01D86
Text Example
Text Example
White with #D01D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01D86; }
p { color: rgb(208,29,134); }
H1.HeaderClassName
{
color: #D01D86;
}
.AnyTagClassName
{
color: #D01D86;
}
</style>
background-color css
<style>
a { background-color: #D01D86; }
a { background-color: rgb(208,29,134); }
div.DivClassName
{
background-color: #D01D86;
}
.BgClassName
{
background-color: #D01D86;
}
</style>
border-color css
<style>
span { border-color: #D01D86; }
span { border-color: rgb(208,29,134); }
td.TdClassName
{
border-color: #D01D86;
}
.TagClassName
{
border-color: #D01D86;
}
</style>