Shades of Medium Violet Red #D50278
Tints of Medium Violet Red #D50278
RGB
CMYK
RGB Variations
Color information
#D50278 (or 0xD50278) is known color: Medium Violet Red. HEX triplet: D5, 02 and 78. RGB value is (213,2,120). Sum of RGB (Red+Green+Blue) = 213+2+120=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D50278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50278 is #2AFD87. Grayscale: #4E4E4E. Windows color (decimal): -2817416 or 7865045. OLE color: 7865045.
HSL color Cylindrical-coordinate representation of color #D50278: hue angle of 326.45º 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 #D50278 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.16 |
| HSL | 326.45º | 0.98% | 0.42% | - |
| HSV(B) | 326.45º | 0.99% | 0.84% | - |
| XYZ | 30.85 | 15.55 | 19.14 | - |
| YUV | 78.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 120 | 0 | 0.99 | 0.44 | 0.16 | 326.45 | 0.98 | 0.42 |
| Hex | D5 | 2 | 78 | 0 | 63 | 2C | 10 | 146 | 62 | 2A |
| Octal | 325 | 2 | 170 | 0 | 143 | 54 | 20 | 506 | 142 | 52 |
| Binary | 11010101 | 10 | 1111000 | 0 | 1100011 | 101100 | 10000 | 101000110 | 1100010 | 101010 |
Color Harmonies of #D50278
Complementary color
Monochromatic Colors of #D50278
Black with #D50278
Text Example
Text Example
White with #D50278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50278; }
p { color: rgb(213,2,120); }
H1.HeaderClassName
{
color: #D50278;
}
.AnyTagClassName
{
color: #D50278;
}
</style>
background-color css
<style>
a { background-color: #D50278; }
a { background-color: rgb(213,2,120); }
div.DivClassName
{
background-color: #D50278;
}
.BgClassName
{
background-color: #D50278;
}
</style>
border-color css
<style>
span { border-color: #D50278; }
span { border-color: rgb(213,2,120); }
td.TdClassName
{
border-color: #D50278;
}
.TagClassName
{
border-color: #D50278;
}
</style>