Shades of Medium Violet Red #D01173
Tints of Medium Violet Red #D01173
RGB
CMYK
RGB Variations
Color information
#D01173 (or 0xD01173) is known color: Medium Violet Red. HEX triplet: D0, 11 and 73. RGB value is (208,17,115). Sum of RGB (Red+Green+Blue) = 208+17+115=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D01173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01173 is #2FEE8C. Grayscale: #555555. Windows color (decimal): -3141261 or 7541200. OLE color: 7541200.
HSL color Cylindrical-coordinate representation of color #D01173: hue angle of 329.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01173 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.18 |
| HSL | 329.21º | 0.85% | 0.44% | - |
| HSV(B) | 329.21º | 0.92% | 0.82% | - |
| XYZ | 29.31 | 15.05 | 17.58 | - |
| YUV | 85.28 | 144.78 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 115 | 0 | 0.92 | 0.45 | 0.18 | 329.21 | 0.85 | 0.44 |
| Hex | D0 | 11 | 73 | 0 | 5C | 2D | 12 | 149 | 55 | 2C |
| Octal | 320 | 21 | 163 | 0 | 134 | 55 | 22 | 511 | 125 | 54 |
| Binary | 11010000 | 10001 | 1110011 | 0 | 1011100 | 101101 | 10010 | 101001001 | 1010101 | 101100 |
Color Harmonies of #D01173
Complementary color
Monochromatic Colors of #D01173
Black with #D01173
Text Example
Text Example
White with #D01173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01173; }
p { color: rgb(208,17,115); }
H1.HeaderClassName
{
color: #D01173;
}
.AnyTagClassName
{
color: #D01173;
}
</style>
background-color css
<style>
a { background-color: #D01173; }
a { background-color: rgb(208,17,115); }
div.DivClassName
{
background-color: #D01173;
}
.BgClassName
{
background-color: #D01173;
}
</style>
border-color css
<style>
span { border-color: #D01173; }
span { border-color: rgb(208,17,115); }
td.TdClassName
{
border-color: #D01173;
}
.TagClassName
{
border-color: #D01173;
}
</style>