Shades of Medium Violet Red #D30975
Tints of Medium Violet Red #D30975
RGB
CMYK
RGB Variations
Color information
#D30975 (or 0xD30975) is known color: Medium Violet Red. HEX triplet: D3, 09 and 75. RGB value is (211,9,117). Sum of RGB (Red+Green+Blue) = 211+9+117=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D30975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30975 is #2CF68A. Grayscale: #515151. Windows color (decimal): -2946699 or 7670227. OLE color: 7670227.
HSL color Cylindrical-coordinate representation of color #D30975: hue angle of 327.92º 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 #D30975 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.17 |
| HSL | 327.92º | 0.92% | 0.43% | - |
| HSV(B) | 327.92º | 0.96% | 0.83% | - |
| XYZ | 30.17 | 15.33 | 18.2 | - |
| YUV | 81.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 117 | 0 | 0.96 | 0.45 | 0.17 | 327.92 | 0.92 | 0.43 |
| Hex | D3 | 9 | 75 | 0 | 60 | 2D | 11 | 148 | 5C | 2B |
| Octal | 323 | 11 | 165 | 0 | 140 | 55 | 21 | 510 | 134 | 53 |
| Binary | 11010011 | 1001 | 1110101 | 0 | 1100000 | 101101 | 10001 | 101001000 | 1011100 | 101011 |
Color Harmonies of #D30975
Complementary color
Monochromatic Colors of #D30975
Black with #D30975
Text Example
Text Example
White with #D30975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30975; }
p { color: rgb(211,9,117); }
H1.HeaderClassName
{
color: #D30975;
}
.AnyTagClassName
{
color: #D30975;
}
</style>
background-color css
<style>
a { background-color: #D30975; }
a { background-color: rgb(211,9,117); }
div.DivClassName
{
background-color: #D30975;
}
.BgClassName
{
background-color: #D30975;
}
</style>
border-color css
<style>
span { border-color: #D30975; }
span { border-color: rgb(211,9,117); }
td.TdClassName
{
border-color: #D30975;
}
.TagClassName
{
border-color: #D30975;
}
</style>