Shades of Medium Violet Red #D81FA6
Tints of Medium Violet Red #D81FA6
RGB
CMYK
RGB Variations
Color information
#D81FA6 (or 0xD81FA6) is known color: Medium Violet Red. HEX triplet: D8, 1F and A6. RGB value is (216,31,166). Sum of RGB (Red+Green+Blue) = 216+31+166=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81FA6 is #27E059. Grayscale: #656565. Windows color (decimal): -2613338 or 10887128. OLE color: 10887128.
HSL color Cylindrical-coordinate representation of color #D81FA6: hue angle of 316.22º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81FA6 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 166 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.15 |
| HSL | 316.22º | 0.75% | 0.48% | - |
| HSV(B) | 316.22º | 0.86% | 0.85% | - |
| XYZ | 35.69 | 18.33 | 37.73 | - |
| YUV | 101.71 | 164.29 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 166 | 0 | 0.86 | 0.23 | 0.15 | 316.22 | 0.75 | 0.48 |
| Hex | D8 | 1F | A6 | 0 | 56 | 17 | F | 13C | 4B | 30 |
| Octal | 330 | 37 | 246 | 0 | 126 | 27 | 17 | 474 | 113 | 60 |
| Binary | 11011000 | 11111 | 10100110 | 0 | 1010110 | 10111 | 1111 | 100111100 | 1001011 | 110000 |
Color Harmonies of #D81FA6
Complementary color
Monochromatic Colors of #D81FA6
Black with #D81FA6
Text Example
Text Example
White with #D81FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FA6; }
p { color: rgb(216,31,166); }
H1.HeaderClassName
{
color: #D81FA6;
}
.AnyTagClassName
{
color: #D81FA6;
}
</style>
background-color css
<style>
a { background-color: #D81FA6; }
a { background-color: rgb(216,31,166); }
div.DivClassName
{
background-color: #D81FA6;
}
.BgClassName
{
background-color: #D81FA6;
}
</style>
border-color css
<style>
span { border-color: #D81FA6; }
span { border-color: rgb(216,31,166); }
td.TdClassName
{
border-color: #D81FA6;
}
.TagClassName
{
border-color: #D81FA6;
}
</style>