Shades of Medium Violet Red #D12173
Tints of Medium Violet Red #D12173
RGB
CMYK
RGB Variations
Color information
#D12173 (or 0xD12173) is known color: Medium Violet Red. HEX triplet: D1, 21 and 73. RGB value is (209,33,115). Sum of RGB (Red+Green+Blue) = 209+33+115=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D12173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12173 is #2EDE8C. Grayscale: #5E5E5E. Windows color (decimal): -3071629 or 7545297. OLE color: 7545297.
HSL color Cylindrical-coordinate representation of color #D12173: hue angle of 332.05º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12173 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 115 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.18 |
| HSL | 332.05º | 0.73% | 0.47% | - |
| HSV(B) | 332.05º | 0.84% | 0.82% | - |
| XYZ | 29.93 | 15.88 | 17.71 | - |
| YUV | 94.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 115 | 0 | 0.84 | 0.45 | 0.18 | 332.05 | 0.73 | 0.47 |
| Hex | D1 | 21 | 73 | 0 | 54 | 2D | 12 | 14C | 49 | 2F |
| Octal | 321 | 41 | 163 | 0 | 124 | 55 | 22 | 514 | 111 | 57 |
| Binary | 11010001 | 100001 | 1110011 | 0 | 1010100 | 101101 | 10010 | 101001100 | 1001001 | 101111 |
Color Harmonies of #D12173
Complementary color
Monochromatic Colors of #D12173
Black with #D12173
Text Example
Text Example
White with #D12173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12173; }
p { color: rgb(209,33,115); }
H1.HeaderClassName
{
color: #D12173;
}
.AnyTagClassName
{
color: #D12173;
}
</style>
background-color css
<style>
a { background-color: #D12173; }
a { background-color: rgb(209,33,115); }
div.DivClassName
{
background-color: #D12173;
}
.BgClassName
{
background-color: #D12173;
}
</style>
border-color css
<style>
span { border-color: #D12173; }
span { border-color: rgb(209,33,115); }
td.TdClassName
{
border-color: #D12173;
}
.TagClassName
{
border-color: #D12173;
}
</style>