Shades of Medium Violet Red #D3058C
Tints of Medium Violet Red #D3058C
RGB
CMYK
RGB Variations
Color information
#D3058C (or 0xD3058C) is known color: Medium Violet Red. HEX triplet: D3, 05 and 8C. RGB value is (211,5,140). Sum of RGB (Red+Green+Blue) = 211+5+140=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3058C is #2CFA73. Grayscale: #515151. Windows color (decimal): -2947700 or 9176531. OLE color: 9176531.
HSL color Cylindrical-coordinate representation of color #D3058C: hue angle of 320.68º 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 #D3058C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.17 |
| HSL | 320.68º | 0.95% | 0.42% | - |
| HSV(B) | 320.68º | 0.98% | 0.83% | - |
| XYZ | 31.65 | 15.85 | 26.2 | - |
| YUV | 81.98 | 160.75 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 140 | 0 | 0.98 | 0.34 | 0.17 | 320.68 | 0.95 | 0.42 |
| Hex | D3 | 5 | 8C | 0 | 62 | 22 | 11 | 141 | 5F | 2A |
| Octal | 323 | 5 | 214 | 0 | 142 | 42 | 21 | 501 | 137 | 52 |
| Binary | 11010011 | 101 | 10001100 | 0 | 1100010 | 100010 | 10001 | 101000001 | 1011111 | 101010 |
Color Harmonies of #D3058C
Complementary color
Monochromatic Colors of #D3058C
Black with #D3058C
Text Example
Text Example
White with #D3058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3058C; }
p { color: rgb(211,5,140); }
H1.HeaderClassName
{
color: #D3058C;
}
.AnyTagClassName
{
color: #D3058C;
}
</style>
background-color css
<style>
a { background-color: #D3058C; }
a { background-color: rgb(211,5,140); }
div.DivClassName
{
background-color: #D3058C;
}
.BgClassName
{
background-color: #D3058C;
}
</style>
border-color css
<style>
span { border-color: #D3058C; }
span { border-color: rgb(211,5,140); }
td.TdClassName
{
border-color: #D3058C;
}
.TagClassName
{
border-color: #D3058C;
}
</style>