Shades of Medium Violet Red #D6058D
Tints of Medium Violet Red #D6058D
RGB
CMYK
RGB Variations
Color information
#D6058D (or 0xD6058D) is known color: Medium Violet Red. HEX triplet: D6, 05 and 8D. RGB value is (214,5,141). Sum of RGB (Red+Green+Blue) = 214+5+141=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6058D is #29FA72. Grayscale: #525252. Windows color (decimal): -2751091 or 9242070. OLE color: 9242070.
HSL color Cylindrical-coordinate representation of color #D6058D: hue angle of 320.96º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6058D is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.16 |
| HSL | 320.96º | 0.95% | 0.43% | - |
| HSV(B) | 320.96º | 0.98% | 0.84% | - |
| XYZ | 32.59 | 16.33 | 26.63 | - |
| YUV | 83 | 160.74 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 141 | 0 | 0.98 | 0.34 | 0.16 | 320.96 | 0.95 | 0.43 |
| Hex | D6 | 5 | 8D | 0 | 62 | 22 | 10 | 141 | 5F | 2B |
| Octal | 326 | 5 | 215 | 0 | 142 | 42 | 20 | 501 | 137 | 53 |
| Binary | 11010110 | 101 | 10001101 | 0 | 1100010 | 100010 | 10000 | 101000001 | 1011111 | 101011 |
Color Harmonies of #D6058D
Complementary color
Monochromatic Colors of #D6058D
Black with #D6058D
Text Example
Text Example
White with #D6058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6058D; }
p { color: rgb(214,5,141); }
H1.HeaderClassName
{
color: #D6058D;
}
.AnyTagClassName
{
color: #D6058D;
}
</style>
background-color css
<style>
a { background-color: #D6058D; }
a { background-color: rgb(214,5,141); }
div.DivClassName
{
background-color: #D6058D;
}
.BgClassName
{
background-color: #D6058D;
}
</style>
border-color css
<style>
span { border-color: #D6058D; }
span { border-color: rgb(214,5,141); }
td.TdClassName
{
border-color: #D6058D;
}
.TagClassName
{
border-color: #D6058D;
}
</style>