Shades of Medium Violet Red #D3058D
Tints of Medium Violet Red #D3058D
RGB
CMYK
RGB Variations
Color information
#D3058D (or 0xD3058D) is known color: Medium Violet Red. HEX triplet: D3, 05 and 8D. RGB value is (211,5,141). Sum of RGB (Red+Green+Blue) = 211+5+141=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D3058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3058D is #2CFA72. Grayscale: #515151. Windows color (decimal): -2947699 or 9242067. OLE color: 9242067.
HSL color Cylindrical-coordinate representation of color #D3058D: hue angle of 320.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D3058D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.17 |
| HSL | 320.39º | 0.95% | 0.42% | - |
| HSV(B) | 320.39º | 0.98% | 0.83% | - |
| XYZ | 31.73 | 15.88 | 26.59 | - |
| YUV | 82.1 | 161.25 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 141 | 0 | 0.98 | 0.33 | 0.17 | 320.39 | 0.95 | 0.42 |
| Hex | D3 | 5 | 8D | 0 | 62 | 21 | 11 | 140 | 5F | 2A |
| Octal | 323 | 5 | 215 | 0 | 142 | 41 | 21 | 500 | 137 | 52 |
| Binary | 11010011 | 101 | 10001101 | 0 | 1100010 | 100001 | 10001 | 101000000 | 1011111 | 101010 |
Color Harmonies of #D3058D
Complementary color
Monochromatic Colors of #D3058D
Black with #D3058D
Text Example
Text Example
White with #D3058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3058D; }
p { color: rgb(211,5,141); }
H1.HeaderClassName
{
color: #D3058D;
}
.AnyTagClassName
{
color: #D3058D;
}
</style>
background-color css
<style>
a { background-color: #D3058D; }
a { background-color: rgb(211,5,141); }
div.DivClassName
{
background-color: #D3058D;
}
.BgClassName
{
background-color: #D3058D;
}
</style>
border-color css
<style>
span { border-color: #D3058D; }
span { border-color: rgb(211,5,141); }
td.TdClassName
{
border-color: #D3058D;
}
.TagClassName
{
border-color: #D3058D;
}
</style>