Shades of Medium Violet Red #D50275
Tints of Medium Violet Red #D50275
RGB
CMYK
RGB Variations
Color information
#D50275 (or 0xD50275) is known color: Medium Violet Red. HEX triplet: D5, 02 and 75. RGB value is (213,2,117). Sum of RGB (Red+Green+Blue) = 213+2+117=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D50275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50275 is #2AFD8A. Grayscale: #4D4D4D. Windows color (decimal): -2817419 or 7668437. OLE color: 7668437.
HSL color Cylindrical-coordinate representation of color #D50275: hue angle of 327.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50275 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.16 |
| HSL | 327.3º | 0.98% | 0.42% | - |
| HSV(B) | 327.3º | 0.99% | 0.84% | - |
| XYZ | 30.67 | 15.47 | 18.2 | - |
| YUV | 78.2 | 149.9 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 117 | 0 | 0.99 | 0.45 | 0.16 | 327.3 | 0.98 | 0.42 |
| Hex | D5 | 2 | 75 | 0 | 63 | 2D | 10 | 147 | 62 | 2A |
| Octal | 325 | 2 | 165 | 0 | 143 | 55 | 20 | 507 | 142 | 52 |
| Binary | 11010101 | 10 | 1110101 | 0 | 1100011 | 101101 | 10000 | 101000111 | 1100010 | 101010 |
Color Harmonies of #D50275
Complementary color
Monochromatic Colors of #D50275
Black with #D50275
Text Example
Text Example
White with #D50275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50275; }
p { color: rgb(213,2,117); }
H1.HeaderClassName
{
color: #D50275;
}
.AnyTagClassName
{
color: #D50275;
}
</style>
background-color css
<style>
a { background-color: #D50275; }
a { background-color: rgb(213,2,117); }
div.DivClassName
{
background-color: #D50275;
}
.BgClassName
{
background-color: #D50275;
}
</style>
border-color css
<style>
span { border-color: #D50275; }
span { border-color: rgb(213,2,117); }
td.TdClassName
{
border-color: #D50275;
}
.TagClassName
{
border-color: #D50275;
}
</style>