Shades of Medium Violet Red #D70075
Tints of Medium Violet Red #D70075
RGB
CMYK
RGB Variations
Color information
#D70075 (or 0xD70075) is known color: Medium Violet Red. HEX triplet: D7, 00 and 75. RGB value is (215,0,117). Sum of RGB (Red+Green+Blue) = 215+0+117=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D70075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70075 is #28FF8A. Grayscale: #4D4D4D. Windows color (decimal): -2686859 or 7667927. OLE color: 7667927.
HSL color Cylindrical-coordinate representation of color #D70075: hue angle of 327.35º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70075 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.46 | 0.16 |
| HSL | 327.35º | 1% | 0.42% | - |
| HSV(B) | 327.35º | 1% | 0.84% | - |
| XYZ | 31.24 | 15.73 | 18.22 | - |
| YUV | 77.62 | 150.23 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 117 | 0 | 1 | 0.46 | 0.16 | 327.35 | 1 | 0.42 |
| Hex | D7 | 0 | 75 | 0 | 64 | 2E | 10 | 147 | 64 | 2A |
| Octal | 327 | 0 | 165 | 0 | 144 | 56 | 20 | 507 | 144 | 52 |
| Binary | 11010111 | 0 | 1110101 | 0 | 1100100 | 101110 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D70075
Complementary color
Monochromatic Colors of #D70075
Black with #D70075
Text Example
Text Example
White with #D70075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70075; }
p { color: rgb(215,0,117); }
H1.HeaderClassName
{
color: #D70075;
}
.AnyTagClassName
{
color: #D70075;
}
</style>
background-color css
<style>
a { background-color: #D70075; }
a { background-color: rgb(215,0,117); }
div.DivClassName
{
background-color: #D70075;
}
.BgClassName
{
background-color: #D70075;
}
</style>
border-color css
<style>
span { border-color: #D70075; }
span { border-color: rgb(215,0,117); }
td.TdClassName
{
border-color: #D70075;
}
.TagClassName
{
border-color: #D70075;
}
</style>