Shades of Medium Violet Red #D01773
Tints of Medium Violet Red #D01773
RGB
CMYK
RGB Variations
Color information
#D01773 (or 0xD01773) is known color: Medium Violet Red. HEX triplet: D0, 17 and 73. RGB value is (208,23,115). Sum of RGB (Red+Green+Blue) = 208+23+115=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01773 is #2FE88C. Grayscale: #585858. Windows color (decimal): -3139725 or 7542736. OLE color: 7542736.
HSL color Cylindrical-coordinate representation of color #D01773: hue angle of 330.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01773 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 115 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.18 |
| HSL | 330.16º | 0.8% | 0.45% | - |
| HSV(B) | 330.16º | 0.89% | 0.82% | - |
| XYZ | 29.41 | 15.26 | 17.61 | - |
| YUV | 88.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 115 | 0 | 0.89 | 0.45 | 0.18 | 330.16 | 0.8 | 0.45 |
| Hex | D0 | 17 | 73 | 0 | 59 | 2D | 12 | 14A | 50 | 2D |
| Octal | 320 | 27 | 163 | 0 | 131 | 55 | 22 | 512 | 120 | 55 |
| Binary | 11010000 | 10111 | 1110011 | 0 | 1011001 | 101101 | 10010 | 101001010 | 1010000 | 101101 |
Color Harmonies of #D01773
Complementary color
Monochromatic Colors of #D01773
Black with #D01773
Text Example
Text Example
White with #D01773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01773; }
p { color: rgb(208,23,115); }
H1.HeaderClassName
{
color: #D01773;
}
.AnyTagClassName
{
color: #D01773;
}
</style>
background-color css
<style>
a { background-color: #D01773; }
a { background-color: rgb(208,23,115); }
div.DivClassName
{
background-color: #D01773;
}
.BgClassName
{
background-color: #D01773;
}
</style>
border-color css
<style>
span { border-color: #D01773; }
span { border-color: rgb(208,23,115); }
td.TdClassName
{
border-color: #D01773;
}
.TagClassName
{
border-color: #D01773;
}
</style>