Shades of Medium Violet Red #D50581
Tints of Medium Violet Red #D50581
RGB
CMYK
RGB Variations
Color information
#D50581 (or 0xD50581) is known color: Medium Violet Red. HEX triplet: D5, 05 and 81. RGB value is (213,5,129). Sum of RGB (Red+Green+Blue) = 213+5+129=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D50581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50581 is #2AFA7E. Grayscale: #515151. Windows color (decimal): -2816639 or 8455637. OLE color: 8455637.
HSL color Cylindrical-coordinate representation of color #D50581: hue angle of 324.23º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50581 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.16 |
| HSL | 324.23º | 0.95% | 0.43% | - |
| HSV(B) | 324.23º | 0.98% | 0.84% | - |
| XYZ | 31.46 | 15.84 | 22.17 | - |
| YUV | 81.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 129 | 0 | 0.98 | 0.39 | 0.16 | 324.23 | 0.95 | 0.43 |
| Hex | D5 | 5 | 81 | 0 | 62 | 27 | 10 | 144 | 5F | 2B |
| Octal | 325 | 5 | 201 | 0 | 142 | 47 | 20 | 504 | 137 | 53 |
| Binary | 11010101 | 101 | 10000001 | 0 | 1100010 | 100111 | 10000 | 101000100 | 1011111 | 101011 |
Color Harmonies of #D50581
Complementary color
Monochromatic Colors of #D50581
Black with #D50581
Text Example
Text Example
White with #D50581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50581; }
p { color: rgb(213,5,129); }
H1.HeaderClassName
{
color: #D50581;
}
.AnyTagClassName
{
color: #D50581;
}
</style>
background-color css
<style>
a { background-color: #D50581; }
a { background-color: rgb(213,5,129); }
div.DivClassName
{
background-color: #D50581;
}
.BgClassName
{
background-color: #D50581;
}
</style>
border-color css
<style>
span { border-color: #D50581; }
span { border-color: rgb(213,5,129); }
td.TdClassName
{
border-color: #D50581;
}
.TagClassName
{
border-color: #D50581;
}
</style>