Shades of Medium Violet Red #D1007D
Tints of Medium Violet Red #D1007D
RGB
CMYK
RGB Variations
Color information
#D1007D (or 0xD1007D) is known color: Medium Violet Red. HEX triplet: D1, 00 and 7D. RGB value is (209,0,125). Sum of RGB (Red+Green+Blue) = 209+0+125=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1007D is #2EFF82. Grayscale: #4C4C4C. Windows color (decimal): -3080067 or 8192209. OLE color: 8192209.
HSL color Cylindrical-coordinate representation of color #D1007D: hue angle of 324.11º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1007D is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.40 | 0.18 |
| HSL | 324.11º | 1% | 0.41% | - |
| HSV(B) | 324.11º | 1% | 0.82% | - |
| XYZ | 30 | 15.04 | 20.72 | - |
| YUV | 76.74 | 155.24 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 125 | 0 | 1 | 0.40 | 0.18 | 324.11 | 1 | 0.41 |
| Hex | D1 | 0 | 7D | 0 | 64 | 28 | 12 | 144 | 64 | 29 |
| Octal | 321 | 0 | 175 | 0 | 144 | 50 | 22 | 504 | 144 | 51 |
| Binary | 11010001 | 0 | 1111101 | 0 | 1100100 | 101000 | 10010 | 101000100 | 1100100 | 101001 |
Color Harmonies of #D1007D
Complementary color
Monochromatic Colors of #D1007D
Black with #D1007D
Text Example
Text Example
White with #D1007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1007D; }
p { color: rgb(209,0,125); }
H1.HeaderClassName
{
color: #D1007D;
}
.AnyTagClassName
{
color: #D1007D;
}
</style>
background-color css
<style>
a { background-color: #D1007D; }
a { background-color: rgb(209,0,125); }
div.DivClassName
{
background-color: #D1007D;
}
.BgClassName
{
background-color: #D1007D;
}
</style>
border-color css
<style>
span { border-color: #D1007D; }
span { border-color: rgb(209,0,125); }
td.TdClassName
{
border-color: #D1007D;
}
.TagClassName
{
border-color: #D1007D;
}
</style>