Shades of Medium Violet Red #D9017D
Tints of Medium Violet Red #D9017D
RGB
CMYK
RGB Variations
Color information
#D9017D (or 0xD9017D) is known color: Medium Violet Red. HEX triplet: D9, 01 and 7D. RGB value is (217,1,125). Sum of RGB (Red+Green+Blue) = 217+1+125=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9017D is #26FE82. Grayscale: #4F4F4F. Windows color (decimal): -2555523 or 8192473. OLE color: 8192473.
HSL color Cylindrical-coordinate representation of color #D9017D: hue angle of 325.56º 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 #D9017D is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.15 |
| HSL | 325.56º | 0.99% | 0.43% | - |
| HSV(B) | 325.56º | 1% | 0.85% | - |
| XYZ | 32.33 | 16.25 | 20.84 | - |
| YUV | 79.72 | 153.56 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 125 | 0 | 1.00 | 0.42 | 0.15 | 325.56 | 0.99 | 0.43 |
| Hex | D9 | 1 | 7D | 0 | 64 | 2A | F | 146 | 63 | 2B |
| Octal | 331 | 1 | 175 | 0 | 144 | 52 | 17 | 506 | 143 | 53 |
| Binary | 11011001 | 1 | 1111101 | 0 | 1100100 | 101010 | 1111 | 101000110 | 1100011 | 101011 |
Color Harmonies of #D9017D
Complementary color
Monochromatic Colors of #D9017D
Black with #D9017D
Text Example
Text Example
White with #D9017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9017D; }
p { color: rgb(217,1,125); }
H1.HeaderClassName
{
color: #D9017D;
}
.AnyTagClassName
{
color: #D9017D;
}
</style>
background-color css
<style>
a { background-color: #D9017D; }
a { background-color: rgb(217,1,125); }
div.DivClassName
{
background-color: #D9017D;
}
.BgClassName
{
background-color: #D9017D;
}
</style>
border-color css
<style>
span { border-color: #D9017D; }
span { border-color: rgb(217,1,125); }
td.TdClassName
{
border-color: #D9017D;
}
.TagClassName
{
border-color: #D9017D;
}
</style>