Shades of Medium Violet Red #D50175
Tints of Medium Violet Red #D50175
RGB
CMYK
RGB Variations
Color information
#D50175 (or 0xD50175) is known color: Medium Violet Red. HEX triplet: D5, 01 and 75. RGB value is (213,1,117). Sum of RGB (Red+Green+Blue) = 213+1+117=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D50175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50175 is #2AFE8A. Grayscale: #4D4D4D. Windows color (decimal): -2817675 or 7668181. OLE color: 7668181.
HSL color Cylindrical-coordinate representation of color #D50175: hue angle of 327.17º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50175 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.16 |
| HSL | 327.17º | 0.99% | 0.42% | - |
| HSV(B) | 327.17º | 1% | 0.84% | - |
| XYZ | 30.66 | 15.45 | 18.2 | - |
| YUV | 77.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 117 | 0 | 1.00 | 0.45 | 0.16 | 327.17 | 0.99 | 0.42 |
| Hex | D5 | 1 | 75 | 0 | 64 | 2D | 10 | 147 | 63 | 2A |
| Octal | 325 | 1 | 165 | 0 | 144 | 55 | 20 | 507 | 143 | 52 |
| Binary | 11010101 | 1 | 1110101 | 0 | 1100100 | 101101 | 10000 | 101000111 | 1100011 | 101010 |
Color Harmonies of #D50175
Complementary color
Monochromatic Colors of #D50175
Black with #D50175
Text Example
Text Example
White with #D50175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50175; }
p { color: rgb(213,1,117); }
H1.HeaderClassName
{
color: #D50175;
}
.AnyTagClassName
{
color: #D50175;
}
</style>
background-color css
<style>
a { background-color: #D50175; }
a { background-color: rgb(213,1,117); }
div.DivClassName
{
background-color: #D50175;
}
.BgClassName
{
background-color: #D50175;
}
</style>
border-color css
<style>
span { border-color: #D50175; }
span { border-color: rgb(213,1,117); }
td.TdClassName
{
border-color: #D50175;
}
.TagClassName
{
border-color: #D50175;
}
</style>