Shades of Medium Violet Red #D50181
Tints of Medium Violet Red #D50181
RGB
CMYK
RGB Variations
Color information
#D50181 (or 0xD50181) is known color: Medium Violet Red. HEX triplet: D5, 01 and 81. RGB value is (213,1,129). Sum of RGB (Red+Green+Blue) = 213+1+129=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D50181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50181 is #2AFE7E. Grayscale: #4E4E4E. Windows color (decimal): -2817663 or 8454613. OLE color: 8454613.
HSL color Cylindrical-coordinate representation of color #D50181: hue angle of 323.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50181 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 129 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.16 |
| HSL | 323.77º | 0.99% | 0.42% | - |
| HSV(B) | 323.77º | 1% | 0.84% | - |
| XYZ | 31.41 | 15.75 | 22.15 | - |
| YUV | 78.98 | 156.24 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 129 | 0 | 1.00 | 0.39 | 0.16 | 323.77 | 0.99 | 0.42 |
| Hex | D5 | 1 | 81 | 0 | 64 | 27 | 10 | 144 | 63 | 2A |
| Octal | 325 | 1 | 201 | 0 | 144 | 47 | 20 | 504 | 143 | 52 |
| Binary | 11010101 | 1 | 10000001 | 0 | 1100100 | 100111 | 10000 | 101000100 | 1100011 | 101010 |
Color Harmonies of #D50181
Complementary color
Monochromatic Colors of #D50181
Black with #D50181
Text Example
Text Example
White with #D50181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50181; }
p { color: rgb(213,1,129); }
H1.HeaderClassName
{
color: #D50181;
}
.AnyTagClassName
{
color: #D50181;
}
</style>
background-color css
<style>
a { background-color: #D50181; }
a { background-color: rgb(213,1,129); }
div.DivClassName
{
background-color: #D50181;
}
.BgClassName
{
background-color: #D50181;
}
</style>
border-color css
<style>
span { border-color: #D50181; }
span { border-color: rgb(213,1,129); }
td.TdClassName
{
border-color: #D50181;
}
.TagClassName
{
border-color: #D50181;
}
</style>