Shades of Medium Violet Red #D81580
Tints of Medium Violet Red #D81580
RGB
CMYK
RGB Variations
Color information
#D81580 (or 0xD81580) is known color: Medium Violet Red. HEX triplet: D8, 15 and 80. RGB value is (216,21,128). Sum of RGB (Red+Green+Blue) = 216+21+128=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D81580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81580 is #27EA7F. Grayscale: #5B5B5B. Windows color (decimal): -2615936 or 8394200. OLE color: 8394200.
HSL color Cylindrical-coordinate representation of color #D81580: hue angle of 327.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81580 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 128 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.15 |
| HSL | 327.08º | 0.82% | 0.46% | - |
| HSV(B) | 327.08º | 0.9% | 0.85% | - |
| XYZ | 32.48 | 16.69 | 21.93 | - |
| YUV | 91.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 128 | 0 | 0.90 | 0.41 | 0.15 | 327.08 | 0.82 | 0.46 |
| Hex | D8 | 15 | 80 | 0 | 5A | 29 | F | 147 | 52 | 2E |
| Octal | 330 | 25 | 200 | 0 | 132 | 51 | 17 | 507 | 122 | 56 |
| Binary | 11011000 | 10101 | 10000000 | 0 | 1011010 | 101001 | 1111 | 101000111 | 1010010 | 101110 |
Color Harmonies of #D81580
Complementary color
Monochromatic Colors of #D81580
Black with #D81580
Text Example
Text Example
White with #D81580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81580; }
p { color: rgb(216,21,128); }
H1.HeaderClassName
{
color: #D81580;
}
.AnyTagClassName
{
color: #D81580;
}
</style>
background-color css
<style>
a { background-color: #D81580; }
a { background-color: rgb(216,21,128); }
div.DivClassName
{
background-color: #D81580;
}
.BgClassName
{
background-color: #D81580;
}
</style>
border-color css
<style>
span { border-color: #D81580; }
span { border-color: rgb(216,21,128); }
td.TdClassName
{
border-color: #D81580;
}
.TagClassName
{
border-color: #D81580;
}
</style>