Shades of Medium Violet Red #D81AA5
Tints of Medium Violet Red #D81AA5
RGB
CMYK
RGB Variations
Color information
#D81AA5 (or 0xD81AA5) is known color: Medium Violet Red. HEX triplet: D8, 1A and A5. RGB value is (216,26,165). Sum of RGB (Red+Green+Blue) = 216+26+165=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AA5 is #27E55A. Grayscale: #626262. Windows color (decimal): -2614619 or 10820312. OLE color: 10820312.
HSL color Cylindrical-coordinate representation of color #D81AA5: hue angle of 316.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81AA5 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 165 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.15 |
| HSL | 316.11º | 0.79% | 0.47% | - |
| HSV(B) | 316.11º | 0.88% | 0.85% | - |
| XYZ | 35.48 | 18.05 | 37.21 | - |
| YUV | 98.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 165 | 0 | 0.88 | 0.24 | 0.15 | 316.11 | 0.79 | 0.47 |
| Hex | D8 | 1A | A5 | 0 | 58 | 18 | F | 13C | 4F | 2F |
| Octal | 330 | 32 | 245 | 0 | 130 | 30 | 17 | 474 | 117 | 57 |
| Binary | 11011000 | 11010 | 10100101 | 0 | 1011000 | 11000 | 1111 | 100111100 | 1001111 | 101111 |
Color Harmonies of #D81AA5
Complementary color
Monochromatic Colors of #D81AA5
Black with #D81AA5
Text Example
Text Example
White with #D81AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AA5; }
p { color: rgb(216,26,165); }
H1.HeaderClassName
{
color: #D81AA5;
}
.AnyTagClassName
{
color: #D81AA5;
}
</style>
background-color css
<style>
a { background-color: #D81AA5; }
a { background-color: rgb(216,26,165); }
div.DivClassName
{
background-color: #D81AA5;
}
.BgClassName
{
background-color: #D81AA5;
}
</style>
border-color css
<style>
span { border-color: #D81AA5; }
span { border-color: rgb(216,26,165); }
td.TdClassName
{
border-color: #D81AA5;
}
.TagClassName
{
border-color: #D81AA5;
}
</style>