Shades of Medium Violet Red #D00071
Tints of Medium Violet Red #D00071
RGB
CMYK
RGB Variations
Color information
#D00071 (or 0xD00071) is known color: Medium Violet Red. HEX triplet: D0, 00 and 71. RGB value is (208,0,113). Sum of RGB (Red+Green+Blue) = 208+0+113=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D00071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00071 is #2FFF8E. Grayscale: #4A4A4A. Windows color (decimal): -3145615 or 7405776. OLE color: 7405776.
HSL color Cylindrical-coordinate representation of color #D00071: hue angle of 327.4º 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 #D00071 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.46 | 0.18 |
| HSL | 327.4º | 1% | 0.41% | - |
| HSV(B) | 327.4º | 1% | 0.82% | - |
| XYZ | 28.99 | 14.6 | 16.91 | - |
| YUV | 75.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 113 | 0 | 1 | 0.46 | 0.18 | 327.4 | 1 | 0.41 |
| Hex | D0 | 0 | 71 | 0 | 64 | 2E | 12 | 147 | 64 | 29 |
| Octal | 320 | 0 | 161 | 0 | 144 | 56 | 22 | 507 | 144 | 51 |
| Binary | 11010000 | 0 | 1110001 | 0 | 1100100 | 101110 | 10010 | 101000111 | 1100100 | 101001 |
Color Harmonies of #D00071
Complementary color
Monochromatic Colors of #D00071
Black with #D00071
Text Example
Text Example
White with #D00071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00071; }
p { color: rgb(208,0,113); }
H1.HeaderClassName
{
color: #D00071;
}
.AnyTagClassName
{
color: #D00071;
}
</style>
background-color css
<style>
a { background-color: #D00071; }
a { background-color: rgb(208,0,113); }
div.DivClassName
{
background-color: #D00071;
}
.BgClassName
{
background-color: #D00071;
}
</style>
border-color css
<style>
span { border-color: #D00071; }
span { border-color: rgb(208,0,113); }
td.TdClassName
{
border-color: #D00071;
}
.TagClassName
{
border-color: #D00071;
}
</style>