Shades of Medium Violet Red #D3058A
Tints of Medium Violet Red #D3058A
RGB
CMYK
RGB Variations
Color information
#D3058A (or 0xD3058A) is known color: Medium Violet Red. HEX triplet: D3, 05 and 8A. RGB value is (211,5,138). Sum of RGB (Red+Green+Blue) = 211+5+138=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3058A is #2CFA75. Grayscale: #515151. Windows color (decimal): -2947702 or 9045459. OLE color: 9045459.
HSL color Cylindrical-coordinate representation of color #D3058A: hue angle of 321.26º 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 #D3058A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 138 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.17 |
| HSL | 321.26º | 0.95% | 0.42% | - |
| HSV(B) | 321.26º | 0.98% | 0.83% | - |
| XYZ | 31.51 | 15.79 | 25.43 | - |
| YUV | 81.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 138 | 0 | 0.98 | 0.35 | 0.17 | 321.26 | 0.95 | 0.42 |
| Hex | D3 | 5 | 8A | 0 | 62 | 23 | 11 | 141 | 5F | 2A |
| Octal | 323 | 5 | 212 | 0 | 142 | 43 | 21 | 501 | 137 | 52 |
| Binary | 11010011 | 101 | 10001010 | 0 | 1100010 | 100011 | 10001 | 101000001 | 1011111 | 101010 |
Color Harmonies of #D3058A
Complementary color
Monochromatic Colors of #D3058A
Black with #D3058A
Text Example
Text Example
White with #D3058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3058A; }
p { color: rgb(211,5,138); }
H1.HeaderClassName
{
color: #D3058A;
}
.AnyTagClassName
{
color: #D3058A;
}
</style>
background-color css
<style>
a { background-color: #D3058A; }
a { background-color: rgb(211,5,138); }
div.DivClassName
{
background-color: #D3058A;
}
.BgClassName
{
background-color: #D3058A;
}
</style>
border-color css
<style>
span { border-color: #D3058A; }
span { border-color: rgb(211,5,138); }
td.TdClassName
{
border-color: #D3058A;
}
.TagClassName
{
border-color: #D3058A;
}
</style>