Shades of Medium Violet Red #D51981
Tints of Medium Violet Red #D51981
RGB
CMYK
RGB Variations
Color information
#D51981 (or 0xD51981) is known color: Medium Violet Red. HEX triplet: D5, 19 and 81. RGB value is (213,25,129). Sum of RGB (Red+Green+Blue) = 213+25+129=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D51981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51981 is #2AE67E. Grayscale: #5C5C5C. Windows color (decimal): -2811519 or 8460757. OLE color: 8460757.
HSL color Cylindrical-coordinate representation of color #D51981: hue angle of 326.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51981 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 129 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.16 |
| HSL | 326.81º | 0.79% | 0.47% | - |
| HSV(B) | 326.81º | 0.88% | 0.84% | - |
| XYZ | 31.75 | 16.43 | 22.27 | - |
| YUV | 93.07 | 148.28 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 129 | 0 | 0.88 | 0.39 | 0.16 | 326.81 | 0.79 | 0.47 |
| Hex | D5 | 19 | 81 | 0 | 58 | 27 | 10 | 147 | 4F | 2F |
| Octal | 325 | 31 | 201 | 0 | 130 | 47 | 20 | 507 | 117 | 57 |
| Binary | 11010101 | 11001 | 10000001 | 0 | 1011000 | 100111 | 10000 | 101000111 | 1001111 | 101111 |
Color Harmonies of #D51981
Complementary color
Monochromatic Colors of #D51981
Black with #D51981
Text Example
Text Example
White with #D51981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51981; }
p { color: rgb(213,25,129); }
H1.HeaderClassName
{
color: #D51981;
}
.AnyTagClassName
{
color: #D51981;
}
</style>
background-color css
<style>
a { background-color: #D51981; }
a { background-color: rgb(213,25,129); }
div.DivClassName
{
background-color: #D51981;
}
.BgClassName
{
background-color: #D51981;
}
</style>
border-color css
<style>
span { border-color: #D51981; }
span { border-color: rgb(213,25,129); }
td.TdClassName
{
border-color: #D51981;
}
.TagClassName
{
border-color: #D51981;
}
</style>