Shades of Medium Violet Red #D6058C
Tints of Medium Violet Red #D6058C
RGB
CMYK
RGB Variations
Color information
#D6058C (or 0xD6058C) is known color: Medium Violet Red. HEX triplet: D6, 05 and 8C. RGB value is (214,5,140). Sum of RGB (Red+Green+Blue) = 214+5+140=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6058C is #29FA73. Grayscale: #525252. Windows color (decimal): -2751092 or 9176534. OLE color: 9176534.
HSL color Cylindrical-coordinate representation of color #D6058C: hue angle of 321.24º 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 #D6058C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.16 |
| HSL | 321.24º | 0.95% | 0.43% | - |
| HSV(B) | 321.24º | 0.98% | 0.84% | - |
| XYZ | 32.52 | 16.3 | 26.24 | - |
| YUV | 82.88 | 160.24 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 140 | 0 | 0.98 | 0.35 | 0.16 | 321.24 | 0.95 | 0.43 |
| Hex | D6 | 5 | 8C | 0 | 62 | 23 | 10 | 141 | 5F | 2B |
| Octal | 326 | 5 | 214 | 0 | 142 | 43 | 20 | 501 | 137 | 53 |
| Binary | 11010110 | 101 | 10001100 | 0 | 1100010 | 100011 | 10000 | 101000001 | 1011111 | 101011 |
Color Harmonies of #D6058C
Complementary color
Monochromatic Colors of #D6058C
Black with #D6058C
Text Example
Text Example
White with #D6058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6058C; }
p { color: rgb(214,5,140); }
H1.HeaderClassName
{
color: #D6058C;
}
.AnyTagClassName
{
color: #D6058C;
}
</style>
background-color css
<style>
a { background-color: #D6058C; }
a { background-color: rgb(214,5,140); }
div.DivClassName
{
background-color: #D6058C;
}
.BgClassName
{
background-color: #D6058C;
}
</style>
border-color css
<style>
span { border-color: #D6058C; }
span { border-color: rgb(214,5,140); }
td.TdClassName
{
border-color: #D6058C;
}
.TagClassName
{
border-color: #D6058C;
}
</style>