Shades of Medium Violet Red #D1017E
Tints of Medium Violet Red #D1017E
RGB
CMYK
RGB Variations
Color information
#D1017E (or 0xD1017E) is known color: Medium Violet Red. HEX triplet: D1, 01 and 7E. RGB value is (209,1,126). Sum of RGB (Red+Green+Blue) = 209+1+126=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1017E is #2EFE81. Grayscale: #4D4D4D. Windows color (decimal): -3079810 or 8258001. OLE color: 8258001.
HSL color Cylindrical-coordinate representation of color #D1017E: hue angle of 323.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1017E is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.18 |
| HSL | 323.94º | 0.99% | 0.41% | - |
| HSV(B) | 323.94º | 1% | 0.82% | - |
| XYZ | 30.07 | 15.08 | 21.07 | - |
| YUV | 77.44 | 155.41 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 126 | 0 | 1.00 | 0.40 | 0.18 | 323.94 | 0.99 | 0.41 |
| Hex | D1 | 1 | 7E | 0 | 64 | 28 | 12 | 144 | 63 | 29 |
| Octal | 321 | 1 | 176 | 0 | 144 | 50 | 22 | 504 | 143 | 51 |
| Binary | 11010001 | 1 | 1111110 | 0 | 1100100 | 101000 | 10010 | 101000100 | 1100011 | 101001 |
Color Harmonies of #D1017E
Complementary color
Monochromatic Colors of #D1017E
Black with #D1017E
Text Example
Text Example
White with #D1017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1017E; }
p { color: rgb(209,1,126); }
H1.HeaderClassName
{
color: #D1017E;
}
.AnyTagClassName
{
color: #D1017E;
}
</style>
background-color css
<style>
a { background-color: #D1017E; }
a { background-color: rgb(209,1,126); }
div.DivClassName
{
background-color: #D1017E;
}
.BgClassName
{
background-color: #D1017E;
}
</style>
border-color css
<style>
span { border-color: #D1017E; }
span { border-color: rgb(209,1,126); }
td.TdClassName
{
border-color: #D1017E;
}
.TagClassName
{
border-color: #D1017E;
}
</style>