Shades of Medium Violet Red #D30579
Tints of Medium Violet Red #D30579
RGB
CMYK
RGB Variations
Color information
#D30579 (or 0xD30579) is known color: Medium Violet Red. HEX triplet: D3, 05 and 79. RGB value is (211,5,121). Sum of RGB (Red+Green+Blue) = 211+5+121=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D30579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30579 is #2CFA86. Grayscale: #4F4F4F. Windows color (decimal): -2947719 or 7931347. OLE color: 7931347.
HSL color Cylindrical-coordinate representation of color #D30579: hue angle of 326.21º 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 #D30579 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.17 |
| HSL | 326.21º | 0.95% | 0.42% | - |
| HSV(B) | 326.21º | 0.98% | 0.83% | - |
| XYZ | 30.37 | 15.34 | 19.45 | - |
| YUV | 79.82 | 151.25 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 121 | 0 | 0.98 | 0.43 | 0.17 | 326.21 | 0.95 | 0.42 |
| Hex | D3 | 5 | 79 | 0 | 62 | 2B | 11 | 146 | 5F | 2A |
| Octal | 323 | 5 | 171 | 0 | 142 | 53 | 21 | 506 | 137 | 52 |
| Binary | 11010011 | 101 | 1111001 | 0 | 1100010 | 101011 | 10001 | 101000110 | 1011111 | 101010 |
Color Harmonies of #D30579
Complementary color
Monochromatic Colors of #D30579
Black with #D30579
Text Example
Text Example
White with #D30579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30579; }
p { color: rgb(211,5,121); }
H1.HeaderClassName
{
color: #D30579;
}
.AnyTagClassName
{
color: #D30579;
}
</style>
background-color css
<style>
a { background-color: #D30579; }
a { background-color: rgb(211,5,121); }
div.DivClassName
{
background-color: #D30579;
}
.BgClassName
{
background-color: #D30579;
}
</style>
border-color css
<style>
span { border-color: #D30579; }
span { border-color: rgb(211,5,121); }
td.TdClassName
{
border-color: #D30579;
}
.TagClassName
{
border-color: #D30579;
}
</style>