Shades of Medium Violet Red #D1017A
Tints of Medium Violet Red #D1017A
RGB
CMYK
RGB Variations
Color information
#D1017A (or 0xD1017A) is known color: Medium Violet Red. HEX triplet: D1, 01 and 7A. RGB value is (209,1,122). Sum of RGB (Red+Green+Blue) = 209+1+122=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1017A is #2EFE85. Grayscale: #4C4C4C. Windows color (decimal): -3079814 or 7995857. OLE color: 7995857.
HSL color Cylindrical-coordinate representation of color #D1017A: hue angle of 325.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1017A is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.18 |
| HSL | 325.1º | 0.99% | 0.41% | - |
| HSV(B) | 325.1º | 1% | 0.82% | - |
| XYZ | 29.82 | 14.98 | 19.73 | - |
| YUV | 76.99 | 153.41 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 122 | 0 | 1.00 | 0.42 | 0.18 | 325.1 | 0.99 | 0.41 |
| Hex | D1 | 1 | 7A | 0 | 64 | 2A | 12 | 145 | 63 | 29 |
| Octal | 321 | 1 | 172 | 0 | 144 | 52 | 22 | 505 | 143 | 51 |
| Binary | 11010001 | 1 | 1111010 | 0 | 1100100 | 101010 | 10010 | 101000101 | 1100011 | 101001 |
Color Harmonies of #D1017A
Complementary color
Monochromatic Colors of #D1017A
Black with #D1017A
Text Example
Text Example
White with #D1017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1017A; }
p { color: rgb(209,1,122); }
H1.HeaderClassName
{
color: #D1017A;
}
.AnyTagClassName
{
color: #D1017A;
}
</style>
background-color css
<style>
a { background-color: #D1017A; }
a { background-color: rgb(209,1,122); }
div.DivClassName
{
background-color: #D1017A;
}
.BgClassName
{
background-color: #D1017A;
}
</style>
border-color css
<style>
span { border-color: #D1017A; }
span { border-color: rgb(209,1,122); }
td.TdClassName
{
border-color: #D1017A;
}
.TagClassName
{
border-color: #D1017A;
}
</style>