Shades of Medium Violet Red #D51881
Tints of Medium Violet Red #D51881
RGB
CMYK
RGB Variations
Color information
#D51881 (or 0xD51881) is known color: Medium Violet Red. HEX triplet: D5, 18 and 81. RGB value is (213,24,129). Sum of RGB (Red+Green+Blue) = 213+24+129=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D51881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51881 is #2AE77E. Grayscale: #5C5C5C. Windows color (decimal): -2811775 or 8460501. OLE color: 8460501.
HSL color Cylindrical-coordinate representation of color #D51881: hue angle of 326.67º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51881 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 129 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.16 |
| HSL | 326.67º | 0.8% | 0.46% | - |
| HSV(B) | 326.67º | 0.89% | 0.84% | - |
| XYZ | 31.73 | 16.38 | 22.26 | - |
| YUV | 92.48 | 148.62 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 129 | 0 | 0.89 | 0.39 | 0.16 | 326.67 | 0.8 | 0.46 |
| Hex | D5 | 18 | 81 | 0 | 59 | 27 | 10 | 147 | 50 | 2E |
| Octal | 325 | 30 | 201 | 0 | 131 | 47 | 20 | 507 | 120 | 56 |
| Binary | 11010101 | 11000 | 10000001 | 0 | 1011001 | 100111 | 10000 | 101000111 | 1010000 | 101110 |
Color Harmonies of #D51881
Complementary color
Monochromatic Colors of #D51881
Black with #D51881
Text Example
Text Example
White with #D51881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51881; }
p { color: rgb(213,24,129); }
H1.HeaderClassName
{
color: #D51881;
}
.AnyTagClassName
{
color: #D51881;
}
</style>
background-color css
<style>
a { background-color: #D51881; }
a { background-color: rgb(213,24,129); }
div.DivClassName
{
background-color: #D51881;
}
.BgClassName
{
background-color: #D51881;
}
</style>
border-color css
<style>
span { border-color: #D51881; }
span { border-color: rgb(213,24,129); }
td.TdClassName
{
border-color: #D51881;
}
.TagClassName
{
border-color: #D51881;
}
</style>