Shades of Medium Violet Red #D30776
Tints of Medium Violet Red #D30776
RGB
CMYK
RGB Variations
Color information
#D30776 (or 0xD30776) is known color: Medium Violet Red. HEX triplet: D3, 07 and 76. RGB value is (211,7,118). Sum of RGB (Red+Green+Blue) = 211+7+118=336 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.80% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 211 - color contains mainly: red. Hex color #D30776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30776 is #2CF889. Grayscale: #505050. Windows color (decimal): -2947210 or 7735251. OLE color: 7735251.
HSL color Cylindrical-coordinate representation of color #D30776: hue angle of 327.35º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30776 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.17 |
| HSL | 327.35º | 0.94% | 0.43% | - |
| HSV(B) | 327.35º | 0.97% | 0.83% | - |
| XYZ | 30.21 | 15.31 | 18.5 | - |
| YUV | 80.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 118 | 0 | 0.97 | 0.44 | 0.17 | 327.35 | 0.94 | 0.43 |
| Hex | D3 | 7 | 76 | 0 | 61 | 2C | 11 | 147 | 5E | 2B |
| Octal | 323 | 7 | 166 | 0 | 141 | 54 | 21 | 507 | 136 | 53 |
| Binary | 11010011 | 111 | 1110110 | 0 | 1100001 | 101100 | 10001 | 101000111 | 1011110 | 101011 |
Color Harmonies of #D30776
Complementary color
Monochromatic Colors of #D30776
Black with #D30776
Text Example
Text Example
White with #D30776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30776; }
p { color: rgb(211,7,118); }
H1.HeaderClassName
{
color: #D30776;
}
.AnyTagClassName
{
color: #D30776;
}
</style>
background-color css
<style>
a { background-color: #D30776; }
a { background-color: rgb(211,7,118); }
div.DivClassName
{
background-color: #D30776;
}
.BgClassName
{
background-color: #D30776;
}
</style>
border-color css
<style>
span { border-color: #D30776; }
span { border-color: rgb(211,7,118); }
td.TdClassName
{
border-color: #D30776;
}
.TagClassName
{
border-color: #D30776;
}
</style>