Shades of Medium Violet Red #D8058C
Tints of Medium Violet Red #D8058C
RGB
CMYK
RGB Variations
Color information
#D8058C (or 0xD8058C) is known color: Medium Violet Red. HEX triplet: D8, 05 and 8C. RGB value is (216,5,140). Sum of RGB (Red+Green+Blue) = 216+5+140=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8058C is #27FA73. Grayscale: #535353. Windows color (decimal): -2620020 or 9176536. OLE color: 9176536.
HSL color Cylindrical-coordinate representation of color #D8058C: hue angle of 321.61º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8058C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.15 |
| HSL | 321.61º | 0.95% | 0.43% | - |
| HSV(B) | 321.61º | 0.98% | 0.85% | - |
| XYZ | 33.11 | 16.6 | 26.27 | - |
| YUV | 83.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 140 | 0 | 0.98 | 0.35 | 0.15 | 321.61 | 0.95 | 0.43 |
| Hex | D8 | 5 | 8C | 0 | 62 | 23 | F | 142 | 5F | 2B |
| Octal | 330 | 5 | 214 | 0 | 142 | 43 | 17 | 502 | 137 | 53 |
| Binary | 11011000 | 101 | 10001100 | 0 | 1100010 | 100011 | 1111 | 101000010 | 1011111 | 101011 |
Color Harmonies of #D8058C
Complementary color
Monochromatic Colors of #D8058C
Black with #D8058C
Text Example
Text Example
White with #D8058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8058C; }
p { color: rgb(216,5,140); }
H1.HeaderClassName
{
color: #D8058C;
}
.AnyTagClassName
{
color: #D8058C;
}
</style>
background-color css
<style>
a { background-color: #D8058C; }
a { background-color: rgb(216,5,140); }
div.DivClassName
{
background-color: #D8058C;
}
.BgClassName
{
background-color: #D8058C;
}
</style>
border-color css
<style>
span { border-color: #D8058C; }
span { border-color: rgb(216,5,140); }
td.TdClassName
{
border-color: #D8058C;
}
.TagClassName
{
border-color: #D8058C;
}
</style>