Shades of Medium Violet Red #D51381
Tints of Medium Violet Red #D51381
RGB
CMYK
RGB Variations
Color information
#D51381 (or 0xD51381) is known color: Medium Violet Red. HEX triplet: D5, 13 and 81. RGB value is (213,19,129). Sum of RGB (Red+Green+Blue) = 213+19+129=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D51381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51381 is #2AEC7E. Grayscale: #595959. Windows color (decimal): -2813055 or 8459221. OLE color: 8459221.
HSL color Cylindrical-coordinate representation of color #D51381: hue angle of 325.98º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51381 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 129 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.16 |
| HSL | 325.98º | 0.84% | 0.45% | - |
| HSV(B) | 325.98º | 0.91% | 0.84% | - |
| XYZ | 31.64 | 16.2 | 22.23 | - |
| YUV | 89.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 129 | 0 | 0.91 | 0.39 | 0.16 | 325.98 | 0.84 | 0.45 |
| Hex | D5 | 13 | 81 | 0 | 5B | 27 | 10 | 146 | 54 | 2D |
| Octal | 325 | 23 | 201 | 0 | 133 | 47 | 20 | 506 | 124 | 55 |
| Binary | 11010101 | 10011 | 10000001 | 0 | 1011011 | 100111 | 10000 | 101000110 | 1010100 | 101101 |
Color Harmonies of #D51381
Complementary color
Monochromatic Colors of #D51381
Black with #D51381
Text Example
Text Example
White with #D51381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51381; }
p { color: rgb(213,19,129); }
H1.HeaderClassName
{
color: #D51381;
}
.AnyTagClassName
{
color: #D51381;
}
</style>
background-color css
<style>
a { background-color: #D51381; }
a { background-color: rgb(213,19,129); }
div.DivClassName
{
background-color: #D51381;
}
.BgClassName
{
background-color: #D51381;
}
</style>
border-color css
<style>
span { border-color: #D51381; }
span { border-color: rgb(213,19,129); }
td.TdClassName
{
border-color: #D51381;
}
.TagClassName
{
border-color: #D51381;
}
</style>