Shades of Medium Violet Red #D9017E
Tints of Medium Violet Red #D9017E
RGB
CMYK
RGB Variations
Color information
#D9017E (or 0xD9017E) is known color: Medium Violet Red. HEX triplet: D9, 01 and 7E. RGB value is (217,1,126). Sum of RGB (Red+Green+Blue) = 217+1+126=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9017E is #26FE81. Grayscale: #4F4F4F. Windows color (decimal): -2555522 or 8258009. OLE color: 8258009.
HSL color Cylindrical-coordinate representation of color #D9017E: hue angle of 325.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9017E is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.15 |
| HSL | 325.28º | 0.99% | 0.43% | - |
| HSV(B) | 325.28º | 1% | 0.85% | - |
| XYZ | 32.39 | 16.28 | 21.17 | - |
| YUV | 79.83 | 154.06 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 126 | 0 | 1.00 | 0.42 | 0.15 | 325.28 | 0.99 | 0.43 |
| Hex | D9 | 1 | 7E | 0 | 64 | 2A | F | 145 | 63 | 2B |
| Octal | 331 | 1 | 176 | 0 | 144 | 52 | 17 | 505 | 143 | 53 |
| Binary | 11011001 | 1 | 1111110 | 0 | 1100100 | 101010 | 1111 | 101000101 | 1100011 | 101011 |
Color Harmonies of #D9017E
Complementary color
Monochromatic Colors of #D9017E
Black with #D9017E
Text Example
Text Example
White with #D9017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9017E; }
p { color: rgb(217,1,126); }
H1.HeaderClassName
{
color: #D9017E;
}
.AnyTagClassName
{
color: #D9017E;
}
</style>
background-color css
<style>
a { background-color: #D9017E; }
a { background-color: rgb(217,1,126); }
div.DivClassName
{
background-color: #D9017E;
}
.BgClassName
{
background-color: #D9017E;
}
</style>
border-color css
<style>
span { border-color: #D9017E; }
span { border-color: rgb(217,1,126); }
td.TdClassName
{
border-color: #D9017E;
}
.TagClassName
{
border-color: #D9017E;
}
</style>