Shades of Medium Violet Red #D9007F
Tints of Medium Violet Red #D9007F
RGB
CMYK
RGB Variations
Color information
#D9007F (or 0xD9007F) is known color: Medium Violet Red. HEX triplet: D9, 00 and 7F. RGB value is (217,0,127). Sum of RGB (Red+Green+Blue) = 217+0+127=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9007F is #26FF80. Grayscale: #4F4F4F. Windows color (decimal): -2555777 or 8323289. OLE color: 8323289.
HSL color Cylindrical-coordinate representation of color #D9007F: hue angle of 324.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9007F is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.41 | 0.15 |
| HSL | 324.88º | 1% | 0.43% | - |
| HSV(B) | 324.88º | 1% | 0.85% | - |
| XYZ | 32.45 | 16.28 | 21.51 | - |
| YUV | 79.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 127 | 0 | 1 | 0.41 | 0.15 | 324.88 | 1 | 0.43 |
| Hex | D9 | 0 | 7F | 0 | 64 | 29 | F | 145 | 64 | 2B |
| Octal | 331 | 0 | 177 | 0 | 144 | 51 | 17 | 505 | 144 | 53 |
| Binary | 11011001 | 0 | 1111111 | 0 | 1100100 | 101001 | 1111 | 101000101 | 1100100 | 101011 |
Color Harmonies of #D9007F
Complementary color
Monochromatic Colors of #D9007F
Black with #D9007F
Text Example
Text Example
White with #D9007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9007F; }
p { color: rgb(217,0,127); }
H1.HeaderClassName
{
color: #D9007F;
}
.AnyTagClassName
{
color: #D9007F;
}
</style>
background-color css
<style>
a { background-color: #D9007F; }
a { background-color: rgb(217,0,127); }
div.DivClassName
{
background-color: #D9007F;
}
.BgClassName
{
background-color: #D9007F;
}
</style>
border-color css
<style>
span { border-color: #D9007F; }
span { border-color: rgb(217,0,127); }
td.TdClassName
{
border-color: #D9007F;
}
.TagClassName
{
border-color: #D9007F;
}
</style>