Shades of Medium Violet Red #D30075
Tints of Medium Violet Red #D30075
RGB
CMYK
RGB Variations
Color information
#D30075 (or 0xD30075) is known color: Medium Violet Red. HEX triplet: D3, 00 and 75. RGB value is (211,0,117). Sum of RGB (Red+Green+Blue) = 211+0+117=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D30075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30075 is #2CFF8A. Grayscale: #4C4C4C. Windows color (decimal): -2949003 or 7667923. OLE color: 7667923.
HSL color Cylindrical-coordinate representation of color #D30075: hue angle of 326.73º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30075 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.45 | 0.17 |
| HSL | 326.73º | 1% | 0.41% | - |
| HSV(B) | 326.73º | 1% | 0.83% | - |
| XYZ | 30.07 | 15.13 | 18.17 | - |
| YUV | 76.43 | 150.9 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 117 | 0 | 1 | 0.45 | 0.17 | 326.73 | 1 | 0.41 |
| Hex | D3 | 0 | 75 | 0 | 64 | 2D | 11 | 147 | 64 | 29 |
| Octal | 323 | 0 | 165 | 0 | 144 | 55 | 21 | 507 | 144 | 51 |
| Binary | 11010011 | 0 | 1110101 | 0 | 1100100 | 101101 | 10001 | 101000111 | 1100100 | 101001 |
Color Harmonies of #D30075
Complementary color
Monochromatic Colors of #D30075
Black with #D30075
Text Example
Text Example
White with #D30075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30075; }
p { color: rgb(211,0,117); }
H1.HeaderClassName
{
color: #D30075;
}
.AnyTagClassName
{
color: #D30075;
}
</style>
background-color css
<style>
a { background-color: #D30075; }
a { background-color: rgb(211,0,117); }
div.DivClassName
{
background-color: #D30075;
}
.BgClassName
{
background-color: #D30075;
}
</style>
border-color css
<style>
span { border-color: #D30075; }
span { border-color: rgb(211,0,117); }
td.TdClassName
{
border-color: #D30075;
}
.TagClassName
{
border-color: #D30075;
}
</style>