Shades of Medium Violet Red #D1007A
Tints of Medium Violet Red #D1007A
RGB
CMYK
RGB Variations
Color information
#D1007A (or 0xD1007A) is known color: Medium Violet Red. HEX triplet: D1, 00 and 7A. RGB value is (209,0,122). Sum of RGB (Red+Green+Blue) = 209+0+122=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D1007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1007A is #2EFF85. Grayscale: #4C4C4C. Windows color (decimal): -3080070 or 7995601. OLE color: 7995601.
HSL color Cylindrical-coordinate representation of color #D1007A: hue angle of 324.98º 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 #D1007A is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.42 | 0.18 |
| HSL | 324.98º | 1% | 0.41% | - |
| HSV(B) | 324.98º | 1% | 0.82% | - |
| XYZ | 29.81 | 14.96 | 19.73 | - |
| YUV | 76.4 | 153.74 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 122 | 0 | 1 | 0.42 | 0.18 | 324.98 | 1 | 0.41 |
| Hex | D1 | 0 | 7A | 0 | 64 | 2A | 12 | 145 | 64 | 29 |
| Octal | 321 | 0 | 172 | 0 | 144 | 52 | 22 | 505 | 144 | 51 |
| Binary | 11010001 | 0 | 1111010 | 0 | 1100100 | 101010 | 10010 | 101000101 | 1100100 | 101001 |
Color Harmonies of #D1007A
Complementary color
Monochromatic Colors of #D1007A
Black with #D1007A
Text Example
Text Example
White with #D1007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1007A; }
p { color: rgb(209,0,122); }
H1.HeaderClassName
{
color: #D1007A;
}
.AnyTagClassName
{
color: #D1007A;
}
</style>
background-color css
<style>
a { background-color: #D1007A; }
a { background-color: rgb(209,0,122); }
div.DivClassName
{
background-color: #D1007A;
}
.BgClassName
{
background-color: #D1007A;
}
</style>
border-color css
<style>
span { border-color: #D1007A; }
span { border-color: rgb(209,0,122); }
td.TdClassName
{
border-color: #D1007A;
}
.TagClassName
{
border-color: #D1007A;
}
</style>