Shades of Medium Violet Red #D30775
Tints of Medium Violet Red #D30775
RGB
CMYK
RGB Variations
Color information
#D30775 (or 0xD30775) is known color: Medium Violet Red. HEX triplet: D3, 07 and 75. RGB value is (211,7,117). Sum of RGB (Red+Green+Blue) = 211+7+117=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D30775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30775 is #2CF88A. Grayscale: #505050. Windows color (decimal): -2947211 or 7669715. OLE color: 7669715.
HSL color Cylindrical-coordinate representation of color #D30775: hue angle of 327.65º 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 #D30775 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 117 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.17 |
| HSL | 327.65º | 0.94% | 0.43% | - |
| HSV(B) | 327.65º | 0.97% | 0.83% | - |
| XYZ | 30.15 | 15.29 | 18.19 | - |
| YUV | 80.54 | 148.59 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 117 | 0 | 0.97 | 0.45 | 0.17 | 327.65 | 0.94 | 0.43 |
| Hex | D3 | 7 | 75 | 0 | 61 | 2D | 11 | 148 | 5E | 2B |
| Octal | 323 | 7 | 165 | 0 | 141 | 55 | 21 | 510 | 136 | 53 |
| Binary | 11010011 | 111 | 1110101 | 0 | 1100001 | 101101 | 10001 | 101001000 | 1011110 | 101011 |
Color Harmonies of #D30775
Complementary color
Monochromatic Colors of #D30775
Black with #D30775
Text Example
Text Example
White with #D30775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30775; }
p { color: rgb(211,7,117); }
H1.HeaderClassName
{
color: #D30775;
}
.AnyTagClassName
{
color: #D30775;
}
</style>
background-color css
<style>
a { background-color: #D30775; }
a { background-color: rgb(211,7,117); }
div.DivClassName
{
background-color: #D30775;
}
.BgClassName
{
background-color: #D30775;
}
</style>
border-color css
<style>
span { border-color: #D30775; }
span { border-color: rgb(211,7,117); }
td.TdClassName
{
border-color: #D30775;
}
.TagClassName
{
border-color: #D30775;
}
</style>