Shades of Medium Violet Red #D9017C
Tints of Medium Violet Red #D9017C
RGB
CMYK
RGB Variations
Color information
#D9017C (or 0xD9017C) is known color: Medium Violet Red. HEX triplet: D9, 01 and 7C. RGB value is (217,1,124). Sum of RGB (Red+Green+Blue) = 217+1+124=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9017C is #26FE83. Grayscale: #4F4F4F. Windows color (decimal): -2555524 or 8126937. OLE color: 8126937.
HSL color Cylindrical-coordinate representation of color #D9017C: hue angle of 325.83º 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 #D9017C is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.15 |
| HSL | 325.83º | 0.99% | 0.43% | - |
| HSV(B) | 325.83º | 1% | 0.85% | - |
| XYZ | 32.26 | 16.23 | 20.5 | - |
| YUV | 79.61 | 153.06 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 124 | 0 | 1.00 | 0.43 | 0.15 | 325.83 | 0.99 | 0.43 |
| Hex | D9 | 1 | 7C | 0 | 64 | 2B | F | 146 | 63 | 2B |
| Octal | 331 | 1 | 174 | 0 | 144 | 53 | 17 | 506 | 143 | 53 |
| Binary | 11011001 | 1 | 1111100 | 0 | 1100100 | 101011 | 1111 | 101000110 | 1100011 | 101011 |
Color Harmonies of #D9017C
Complementary color
Monochromatic Colors of #D9017C
Black with #D9017C
Text Example
Text Example
White with #D9017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9017C; }
p { color: rgb(217,1,124); }
H1.HeaderClassName
{
color: #D9017C;
}
.AnyTagClassName
{
color: #D9017C;
}
</style>
background-color css
<style>
a { background-color: #D9017C; }
a { background-color: rgb(217,1,124); }
div.DivClassName
{
background-color: #D9017C;
}
.BgClassName
{
background-color: #D9017C;
}
</style>
border-color css
<style>
span { border-color: #D9017C; }
span { border-color: rgb(217,1,124); }
td.TdClassName
{
border-color: #D9017C;
}
.TagClassName
{
border-color: #D9017C;
}
</style>