Shades of Medium Violet Red #D8058B
Tints of Medium Violet Red #D8058B
RGB
CMYK
RGB Variations
Color information
#D8058B (or 0xD8058B) is known color: Medium Violet Red. HEX triplet: D8, 05 and 8B. RGB value is (216,5,139). Sum of RGB (Red+Green+Blue) = 216+5+139=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8058B is #27FA74. Grayscale: #535353. Windows color (decimal): -2620021 or 9111000. OLE color: 9111000.
HSL color Cylindrical-coordinate representation of color #D8058B: hue angle of 321.9º 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 #D8058B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 139 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.15 |
| HSL | 321.9º | 0.95% | 0.43% | - |
| HSV(B) | 321.9º | 0.98% | 0.85% | - |
| XYZ | 33.03 | 16.57 | 25.88 | - |
| YUV | 83.37 | 159.4 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 139 | 0 | 0.98 | 0.36 | 0.15 | 321.9 | 0.95 | 0.43 |
| Hex | D8 | 5 | 8B | 0 | 62 | 24 | F | 142 | 5F | 2B |
| Octal | 330 | 5 | 213 | 0 | 142 | 44 | 17 | 502 | 137 | 53 |
| Binary | 11011000 | 101 | 10001011 | 0 | 1100010 | 100100 | 1111 | 101000010 | 1011111 | 101011 |
Color Harmonies of #D8058B
Complementary color
Monochromatic Colors of #D8058B
Black with #D8058B
Text Example
Text Example
White with #D8058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8058B; }
p { color: rgb(216,5,139); }
H1.HeaderClassName
{
color: #D8058B;
}
.AnyTagClassName
{
color: #D8058B;
}
</style>
background-color css
<style>
a { background-color: #D8058B; }
a { background-color: rgb(216,5,139); }
div.DivClassName
{
background-color: #D8058B;
}
.BgClassName
{
background-color: #D8058B;
}
</style>
border-color css
<style>
span { border-color: #D8058B; }
span { border-color: rgb(216,5,139); }
td.TdClassName
{
border-color: #D8058B;
}
.TagClassName
{
border-color: #D8058B;
}
</style>