Shades of Medium Violet Red #D3059B
Tints of Medium Violet Red #D3059B
RGB
CMYK
RGB Variations
Color information
#D3059B (or 0xD3059B) is known color: Medium Violet Red. HEX triplet: D3, 05 and 9B. RGB value is (211,5,155). Sum of RGB (Red+Green+Blue) = 211+5+155=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3059B is #2CFA64. Grayscale: #535353. Windows color (decimal): -2947685 or 10159571. OLE color: 10159571.
HSL color Cylindrical-coordinate representation of color #D3059B: hue angle of 316.31º 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 #D3059B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.17 |
| HSL | 316.31º | 0.95% | 0.42% | - |
| HSV(B) | 316.31º | 0.98% | 0.83% | - |
| XYZ | 32.83 | 16.32 | 32.43 | - |
| YUV | 83.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 155 | 0 | 0.98 | 0.27 | 0.17 | 316.31 | 0.95 | 0.42 |
| Hex | D3 | 5 | 9B | 0 | 62 | 1B | 11 | 13C | 5F | 2A |
| Octal | 323 | 5 | 233 | 0 | 142 | 33 | 21 | 474 | 137 | 52 |
| Binary | 11010011 | 101 | 10011011 | 0 | 1100010 | 11011 | 10001 | 100111100 | 1011111 | 101010 |
Color Harmonies of #D3059B
Complementary color
Monochromatic Colors of #D3059B
Black with #D3059B
Text Example
Text Example
White with #D3059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3059B; }
p { color: rgb(211,5,155); }
H1.HeaderClassName
{
color: #D3059B;
}
.AnyTagClassName
{
color: #D3059B;
}
</style>
background-color css
<style>
a { background-color: #D3059B; }
a { background-color: rgb(211,5,155); }
div.DivClassName
{
background-color: #D3059B;
}
.BgClassName
{
background-color: #D3059B;
}
</style>
border-color css
<style>
span { border-color: #D3059B; }
span { border-color: rgb(211,5,155); }
td.TdClassName
{
border-color: #D3059B;
}
.TagClassName
{
border-color: #D3059B;
}
</style>