Shades of Medium Violet Red #D50A8B
Tints of Medium Violet Red #D50A8B
RGB
CMYK
RGB Variations
Color information
#D50A8B (or 0xD50A8B) is known color: Medium Violet Red. HEX triplet: D5, 0A and 8B. RGB value is (213,10,139). Sum of RGB (Red+Green+Blue) = 213+10+139=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50A8B is #2AF574. Grayscale: #555555. Windows color (decimal): -2815349 or 9112277. OLE color: 9112277.
HSL color Cylindrical-coordinate representation of color #D50A8B: hue angle of 321.87º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50A8B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 139 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.16 |
| HSL | 321.87º | 0.91% | 0.44% | - |
| HSV(B) | 321.87º | 0.95% | 0.84% | - |
| XYZ | 32.21 | 16.23 | 25.86 | - |
| YUV | 85.4 | 158.25 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 139 | 0 | 0.95 | 0.35 | 0.16 | 321.87 | 0.91 | 0.44 |
| Hex | D5 | A | 8B | 0 | 5F | 23 | 10 | 142 | 5B | 2C |
| Octal | 325 | 12 | 213 | 0 | 137 | 43 | 20 | 502 | 133 | 54 |
| Binary | 11010101 | 1010 | 10001011 | 0 | 1011111 | 100011 | 10000 | 101000010 | 1011011 | 101100 |
Color Harmonies of #D50A8B
Complementary color
Monochromatic Colors of #D50A8B
Black with #D50A8B
Text Example
Text Example
White with #D50A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A8B; }
p { color: rgb(213,10,139); }
H1.HeaderClassName
{
color: #D50A8B;
}
.AnyTagClassName
{
color: #D50A8B;
}
</style>
background-color css
<style>
a { background-color: #D50A8B; }
a { background-color: rgb(213,10,139); }
div.DivClassName
{
background-color: #D50A8B;
}
.BgClassName
{
background-color: #D50A8B;
}
</style>
border-color css
<style>
span { border-color: #D50A8B; }
span { border-color: rgb(213,10,139); }
td.TdClassName
{
border-color: #D50A8B;
}
.TagClassName
{
border-color: #D50A8B;
}
</style>