Shades of Medium Violet Red #D3059C
Tints of Medium Violet Red #D3059C
RGB
CMYK
RGB Variations
Color information
#D3059C (or 0xD3059C) is known color: Medium Violet Red. HEX triplet: D3, 05 and 9C. RGB value is (211,5,156). Sum of RGB (Red+Green+Blue) = 211+5+156=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3059C is #2CFA63. Grayscale: #535353. Windows color (decimal): -2947684 or 10225107. OLE color: 10225107.
HSL color Cylindrical-coordinate representation of color #D3059C: hue angle of 316.02º 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 #D3059C is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.17 |
| HSL | 316.02º | 0.95% | 0.42% | - |
| HSV(B) | 316.02º | 0.98% | 0.83% | - |
| XYZ | 32.92 | 16.36 | 32.87 | - |
| YUV | 83.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 156 | 0 | 0.98 | 0.26 | 0.17 | 316.02 | 0.95 | 0.42 |
| Hex | D3 | 5 | 9C | 0 | 62 | 1A | 11 | 13C | 5F | 2A |
| Octal | 323 | 5 | 234 | 0 | 142 | 32 | 21 | 474 | 137 | 52 |
| Binary | 11010011 | 101 | 10011100 | 0 | 1100010 | 11010 | 10001 | 100111100 | 1011111 | 101010 |
Color Harmonies of #D3059C
Complementary color
Monochromatic Colors of #D3059C
Black with #D3059C
Text Example
Text Example
White with #D3059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3059C; }
p { color: rgb(211,5,156); }
H1.HeaderClassName
{
color: #D3059C;
}
.AnyTagClassName
{
color: #D3059C;
}
</style>
background-color css
<style>
a { background-color: #D3059C; }
a { background-color: rgb(211,5,156); }
div.DivClassName
{
background-color: #D3059C;
}
.BgClassName
{
background-color: #D3059C;
}
</style>
border-color css
<style>
span { border-color: #D3059C; }
span { border-color: rgb(211,5,156); }
td.TdClassName
{
border-color: #D3059C;
}
.TagClassName
{
border-color: #D3059C;
}
</style>