Shades of Medium Violet Red #D1058D
Tints of Medium Violet Red #D1058D
RGB
CMYK
RGB Variations
Color information
#D1058D (or 0xD1058D) is known color: Medium Violet Red. HEX triplet: D1, 05 and 8D. RGB value is (209,5,141). Sum of RGB (Red+Green+Blue) = 209+5+141=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1058D is #2EFA72. Grayscale: #515151. Windows color (decimal): -3078771 or 9242065. OLE color: 9242065.
HSL color Cylindrical-coordinate representation of color #D1058D: hue angle of 320º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1058D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.18 |
| HSL | 320º | 0.95% | 0.42% | - |
| HSV(B) | 320º | 0.98% | 0.82% | - |
| XYZ | 31.16 | 15.59 | 26.57 | - |
| YUV | 81.5 | 161.59 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 141 | 0 | 0.98 | 0.33 | 0.18 | 320 | 0.95 | 0.42 |
| Hex | D1 | 5 | 8D | 0 | 62 | 21 | 12 | 140 | 5F | 2A |
| Octal | 321 | 5 | 215 | 0 | 142 | 41 | 22 | 500 | 137 | 52 |
| Binary | 11010001 | 101 | 10001101 | 0 | 1100010 | 100001 | 10010 | 101000000 | 1011111 | 101010 |
Color Harmonies of #D1058D
Complementary color
Monochromatic Colors of #D1058D
Black with #D1058D
Text Example
Text Example
White with #D1058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1058D; }
p { color: rgb(209,5,141); }
H1.HeaderClassName
{
color: #D1058D;
}
.AnyTagClassName
{
color: #D1058D;
}
</style>
background-color css
<style>
a { background-color: #D1058D; }
a { background-color: rgb(209,5,141); }
div.DivClassName
{
background-color: #D1058D;
}
.BgClassName
{
background-color: #D1058D;
}
</style>
border-color css
<style>
span { border-color: #D1058D; }
span { border-color: rgb(209,5,141); }
td.TdClassName
{
border-color: #D1058D;
}
.TagClassName
{
border-color: #D1058D;
}
</style>