Shades of Medium Violet Red #D81AA3
Tints of Medium Violet Red #D81AA3
RGB
CMYK
RGB Variations
Color information
#D81AA3 (or 0xD81AA3) is known color: Medium Violet Red. HEX triplet: D8, 1A and A3. RGB value is (216,26,163). Sum of RGB (Red+Green+Blue) = 216+26+163=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D81AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81AA3 is #27E55C. Grayscale: #626262. Windows color (decimal): -2614621 or 10689240. OLE color: 10689240.
HSL color Cylindrical-coordinate representation of color #D81AA3: hue angle of 316.74º 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 #D81AA3 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 163 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.15 |
| HSL | 316.74º | 0.79% | 0.47% | - |
| HSV(B) | 316.74º | 0.88% | 0.85% | - |
| XYZ | 35.3 | 17.98 | 36.26 | - |
| YUV | 98.43 | 164.45 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 163 | 0 | 0.88 | 0.25 | 0.15 | 316.74 | 0.79 | 0.47 |
| Hex | D8 | 1A | A3 | 0 | 58 | 19 | F | 13D | 4F | 2F |
| Octal | 330 | 32 | 243 | 0 | 130 | 31 | 17 | 475 | 117 | 57 |
| Binary | 11011000 | 11010 | 10100011 | 0 | 1011000 | 11001 | 1111 | 100111101 | 1001111 | 101111 |
Color Harmonies of #D81AA3
Complementary color
Monochromatic Colors of #D81AA3
Black with #D81AA3
Text Example
Text Example
White with #D81AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81AA3; }
p { color: rgb(216,26,163); }
H1.HeaderClassName
{
color: #D81AA3;
}
.AnyTagClassName
{
color: #D81AA3;
}
</style>
background-color css
<style>
a { background-color: #D81AA3; }
a { background-color: rgb(216,26,163); }
div.DivClassName
{
background-color: #D81AA3;
}
.BgClassName
{
background-color: #D81AA3;
}
</style>
border-color css
<style>
span { border-color: #D81AA3; }
span { border-color: rgb(216,26,163); }
td.TdClassName
{
border-color: #D81AA3;
}
.TagClassName
{
border-color: #D81AA3;
}
</style>