Shades of Medium Violet Red #D51F8D
Tints of Medium Violet Red #D51F8D
RGB
CMYK
RGB Variations
Color information
#D51F8D (or 0xD51F8D) is known color: Medium Violet Red. HEX triplet: D5, 1F and 8D. RGB value is (213,31,141). Sum of RGB (Red+Green+Blue) = 213+31+141=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51F8D is #2AE072. Grayscale: #616161. Windows color (decimal): -2809971 or 9248725. OLE color: 9248725.
HSL color Cylindrical-coordinate representation of color #D51F8D: hue angle of 323.74º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51F8D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 31 | 141 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.16 |
| HSL | 323.74º | 0.75% | 0.48% | - |
| HSV(B) | 323.74º | 0.85% | 0.84% | - |
| XYZ | 32.74 | 17.05 | 26.76 | - |
| YUV | 97.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 141 | 0 | 0.85 | 0.34 | 0.16 | 323.74 | 0.75 | 0.48 |
| Hex | D5 | 1F | 8D | 0 | 55 | 22 | 10 | 144 | 4B | 30 |
| Octal | 325 | 37 | 215 | 0 | 125 | 42 | 20 | 504 | 113 | 60 |
| Binary | 11010101 | 11111 | 10001101 | 0 | 1010101 | 100010 | 10000 | 101000100 | 1001011 | 110000 |
Color Harmonies of #D51F8D
Complementary color
Monochromatic Colors of #D51F8D
Black with #D51F8D
Text Example
Text Example
White with #D51F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51F8D; }
p { color: rgb(213,31,141); }
H1.HeaderClassName
{
color: #D51F8D;
}
.AnyTagClassName
{
color: #D51F8D;
}
</style>
background-color css
<style>
a { background-color: #D51F8D; }
a { background-color: rgb(213,31,141); }
div.DivClassName
{
background-color: #D51F8D;
}
.BgClassName
{
background-color: #D51F8D;
}
</style>
border-color css
<style>
span { border-color: #D51F8D; }
span { border-color: rgb(213,31,141); }
td.TdClassName
{
border-color: #D51F8D;
}
.TagClassName
{
border-color: #D51F8D;
}
</style>