Shades of Medium Violet Red #D12177
Tints of Medium Violet Red #D12177
RGB
CMYK
RGB Variations
Color information
#D12177 (or 0xD12177) is known color: Medium Violet Red. HEX triplet: D1, 21 and 77. RGB value is (209,33,119). Sum of RGB (Red+Green+Blue) = 209+33+119=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D12177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12177 is #2EDE88. Grayscale: #5F5F5F. Windows color (decimal): -3071625 or 7807441. OLE color: 7807441.
HSL color Cylindrical-coordinate representation of color #D12177: hue angle of 330.68º 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 #D12177 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 119 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.18 |
| HSL | 330.68º | 0.73% | 0.47% | - |
| HSV(B) | 330.68º | 0.84% | 0.82% | - |
| XYZ | 30.17 | 15.97 | 18.95 | - |
| YUV | 95.43 | 141.31 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 119 | 0 | 0.84 | 0.43 | 0.18 | 330.68 | 0.73 | 0.47 |
| Hex | D1 | 21 | 77 | 0 | 54 | 2B | 12 | 14B | 49 | 2F |
| Octal | 321 | 41 | 167 | 0 | 124 | 53 | 22 | 513 | 111 | 57 |
| Binary | 11010001 | 100001 | 1110111 | 0 | 1010100 | 101011 | 10010 | 101001011 | 1001001 | 101111 |
Color Harmonies of #D12177
Complementary color
Monochromatic Colors of #D12177
Black with #D12177
Text Example
Text Example
White with #D12177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12177; }
p { color: rgb(209,33,119); }
H1.HeaderClassName
{
color: #D12177;
}
.AnyTagClassName
{
color: #D12177;
}
</style>
background-color css
<style>
a { background-color: #D12177; }
a { background-color: rgb(209,33,119); }
div.DivClassName
{
background-color: #D12177;
}
.BgClassName
{
background-color: #D12177;
}
</style>
border-color css
<style>
span { border-color: #D12177; }
span { border-color: rgb(209,33,119); }
td.TdClassName
{
border-color: #D12177;
}
.TagClassName
{
border-color: #D12177;
}
</style>