Shades of Medium Violet Red #D30977
Tints of Medium Violet Red #D30977
RGB
CMYK
RGB Variations
Color information
#D30977 (or 0xD30977) is known color: Medium Violet Red. HEX triplet: D3, 09 and 77. RGB value is (211,9,119). Sum of RGB (Red+Green+Blue) = 211+9+119=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D30977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30977 is #2CF688. Grayscale: #515151. Windows color (decimal): -2946697 or 7801299. OLE color: 7801299.
HSL color Cylindrical-coordinate representation of color #D30977: hue angle of 327.33º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30977 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.17 |
| HSL | 327.33º | 0.92% | 0.43% | - |
| HSV(B) | 327.33º | 0.96% | 0.83% | - |
| XYZ | 30.29 | 15.38 | 18.82 | - |
| YUV | 81.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 119 | 0 | 0.96 | 0.44 | 0.17 | 327.33 | 0.92 | 0.43 |
| Hex | D3 | 9 | 77 | 0 | 60 | 2C | 11 | 147 | 5C | 2B |
| Octal | 323 | 11 | 167 | 0 | 140 | 54 | 21 | 507 | 134 | 53 |
| Binary | 11010011 | 1001 | 1110111 | 0 | 1100000 | 101100 | 10001 | 101000111 | 1011100 | 101011 |
Color Harmonies of #D30977
Complementary color
Monochromatic Colors of #D30977
Black with #D30977
Text Example
Text Example
White with #D30977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30977; }
p { color: rgb(211,9,119); }
H1.HeaderClassName
{
color: #D30977;
}
.AnyTagClassName
{
color: #D30977;
}
</style>
background-color css
<style>
a { background-color: #D30977; }
a { background-color: rgb(211,9,119); }
div.DivClassName
{
background-color: #D30977;
}
.BgClassName
{
background-color: #D30977;
}
</style>
border-color css
<style>
span { border-color: #D30977; }
span { border-color: rgb(211,9,119); }
td.TdClassName
{
border-color: #D30977;
}
.TagClassName
{
border-color: #D30977;
}
</style>