Shades of Medium Violet Red #D01174
Tints of Medium Violet Red #D01174
RGB
CMYK
RGB Variations
Color information
#D01174 (or 0xD01174) is known color: Medium Violet Red. HEX triplet: D0, 11 and 74. RGB value is (208,17,116). Sum of RGB (Red+Green+Blue) = 208+17+116=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D01174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01174 is #2FEE8B. Grayscale: #555555. Windows color (decimal): -3141260 or 7606736. OLE color: 7606736.
HSL color Cylindrical-coordinate representation of color #D01174: hue angle of 328.9º 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 #D01174 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 116 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.18 |
| HSL | 328.9º | 0.85% | 0.44% | - |
| HSV(B) | 328.9º | 0.92% | 0.82% | - |
| XYZ | 29.37 | 15.07 | 17.88 | - |
| YUV | 85.4 | 145.28 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 116 | 0 | 0.92 | 0.44 | 0.18 | 328.9 | 0.85 | 0.44 |
| Hex | D0 | 11 | 74 | 0 | 5C | 2C | 12 | 149 | 55 | 2C |
| Octal | 320 | 21 | 164 | 0 | 134 | 54 | 22 | 511 | 125 | 54 |
| Binary | 11010000 | 10001 | 1110100 | 0 | 1011100 | 101100 | 10010 | 101001001 | 1010101 | 101100 |
Color Harmonies of #D01174
Complementary color
Monochromatic Colors of #D01174
Black with #D01174
Text Example
Text Example
White with #D01174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01174; }
p { color: rgb(208,17,116); }
H1.HeaderClassName
{
color: #D01174;
}
.AnyTagClassName
{
color: #D01174;
}
</style>
background-color css
<style>
a { background-color: #D01174; }
a { background-color: rgb(208,17,116); }
div.DivClassName
{
background-color: #D01174;
}
.BgClassName
{
background-color: #D01174;
}
</style>
border-color css
<style>
span { border-color: #D01174; }
span { border-color: rgb(208,17,116); }
td.TdClassName
{
border-color: #D01174;
}
.TagClassName
{
border-color: #D01174;
}
</style>