Shades of Medium Violet Red #D50075
Tints of Medium Violet Red #D50075
RGB
CMYK
RGB Variations
Color information
#D50075 (or 0xD50075) is known color: Medium Violet Red. HEX triplet: D5, 00 and 75. RGB value is (213,0,117). Sum of RGB (Red+Green+Blue) = 213+0+117=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D50075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50075 is #2AFF8A. Grayscale: #4C4C4C. Windows color (decimal): -2817931 or 7667925. OLE color: 7667925.
HSL color Cylindrical-coordinate representation of color #D50075: hue angle of 327.04º 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 #D50075 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.45 | 0.16 |
| HSL | 327.04º | 1% | 0.42% | - |
| HSV(B) | 327.04º | 1% | 0.84% | - |
| XYZ | 30.65 | 15.43 | 18.19 | - |
| YUV | 77.03 | 150.57 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 117 | 0 | 1 | 0.45 | 0.16 | 327.04 | 1 | 0.42 |
| Hex | D5 | 0 | 75 | 0 | 64 | 2D | 10 | 147 | 64 | 2A |
| Octal | 325 | 0 | 165 | 0 | 144 | 55 | 20 | 507 | 144 | 52 |
| Binary | 11010101 | 0 | 1110101 | 0 | 1100100 | 101101 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D50075
Complementary color
Monochromatic Colors of #D50075
Black with #D50075
Text Example
Text Example
White with #D50075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50075; }
p { color: rgb(213,0,117); }
H1.HeaderClassName
{
color: #D50075;
}
.AnyTagClassName
{
color: #D50075;
}
</style>
background-color css
<style>
a { background-color: #D50075; }
a { background-color: rgb(213,0,117); }
div.DivClassName
{
background-color: #D50075;
}
.BgClassName
{
background-color: #D50075;
}
</style>
border-color css
<style>
span { border-color: #D50075; }
span { border-color: rgb(213,0,117); }
td.TdClassName
{
border-color: #D50075;
}
.TagClassName
{
border-color: #D50075;
}
</style>