Shades of Medium Violet Red #D30D79
Tints of Medium Violet Red #D30D79
RGB
CMYK
RGB Variations
Color information
#D30D79 (or 0xD30D79) is known color: Medium Violet Red. HEX triplet: D3, 0D and 79. RGB value is (211,13,121). Sum of RGB (Red+Green+Blue) = 211+13+121=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30D79 is #2CF286. Grayscale: #545454. Windows color (decimal): -2945671 or 7933395. OLE color: 7933395.
HSL color Cylindrical-coordinate representation of color #D30D79: hue angle of 327.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30D79 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 121 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.17 |
| HSL | 327.27º | 0.88% | 0.44% | - |
| HSV(B) | 327.27º | 0.94% | 0.83% | - |
| XYZ | 30.46 | 15.52 | 19.48 | - |
| YUV | 84.51 | 148.6 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 121 | 0 | 0.94 | 0.43 | 0.17 | 327.27 | 0.88 | 0.44 |
| Hex | D3 | D | 79 | 0 | 5E | 2B | 11 | 147 | 58 | 2C |
| Octal | 323 | 15 | 171 | 0 | 136 | 53 | 21 | 507 | 130 | 54 |
| Binary | 11010011 | 1101 | 1111001 | 0 | 1011110 | 101011 | 10001 | 101000111 | 1011000 | 101100 |
Color Harmonies of #D30D79
Complementary color
Monochromatic Colors of #D30D79
Black with #D30D79
Text Example
Text Example
White with #D30D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30D79; }
p { color: rgb(211,13,121); }
H1.HeaderClassName
{
color: #D30D79;
}
.AnyTagClassName
{
color: #D30D79;
}
</style>
background-color css
<style>
a { background-color: #D30D79; }
a { background-color: rgb(211,13,121); }
div.DivClassName
{
background-color: #D30D79;
}
.BgClassName
{
background-color: #D30D79;
}
</style>
border-color css
<style>
span { border-color: #D30D79; }
span { border-color: rgb(211,13,121); }
td.TdClassName
{
border-color: #D30D79;
}
.TagClassName
{
border-color: #D30D79;
}
</style>