Shades of Medium Violet Red #D811A0
Tints of Medium Violet Red #D811A0
RGB
CMYK
RGB Variations
Color information
#D811A0 (or 0xD811A0) is known color: Medium Violet Red. HEX triplet: D8, 11 and A0. RGB value is (216,17,160). Sum of RGB (Red+Green+Blue) = 216+17+160=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D811A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D811A0 is #27EE5F. Grayscale: #5C5C5C. Windows color (decimal): -2616928 or 10490328. OLE color: 10490328.
HSL color Cylindrical-coordinate representation of color #D811A0: hue angle of 316.88º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811A0 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 160 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.15 |
| HSL | 316.88º | 0.85% | 0.46% | - |
| HSV(B) | 316.88º | 0.92% | 0.85% | - |
| XYZ | 34.86 | 17.54 | 34.81 | - |
| YUV | 92.8 | 165.93 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 160 | 0 | 0.92 | 0.26 | 0.15 | 316.88 | 0.85 | 0.46 |
| Hex | D8 | 11 | A0 | 0 | 5C | 1A | F | 13D | 55 | 2E |
| Octal | 330 | 21 | 240 | 0 | 134 | 32 | 17 | 475 | 125 | 56 |
| Binary | 11011000 | 10001 | 10100000 | 0 | 1011100 | 11010 | 1111 | 100111101 | 1010101 | 101110 |
Color Harmonies of #D811A0
Complementary color
Monochromatic Colors of #D811A0
Black with #D811A0
Text Example
Text Example
White with #D811A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811A0; }
p { color: rgb(216,17,160); }
H1.HeaderClassName
{
color: #D811A0;
}
.AnyTagClassName
{
color: #D811A0;
}
</style>
background-color css
<style>
a { background-color: #D811A0; }
a { background-color: rgb(216,17,160); }
div.DivClassName
{
background-color: #D811A0;
}
.BgClassName
{
background-color: #D811A0;
}
</style>
border-color css
<style>
span { border-color: #D811A0; }
span { border-color: rgb(216,17,160); }
td.TdClassName
{
border-color: #D811A0;
}
.TagClassName
{
border-color: #D811A0;
}
</style>