Shades of Medium Violet Red #D81FA1
Tints of Medium Violet Red #D81FA1
RGB
CMYK
RGB Variations
Color information
#D81FA1 (or 0xD81FA1) is known color: Medium Violet Red. HEX triplet: D8, 1F and A1. RGB value is (216,31,161). Sum of RGB (Red+Green+Blue) = 216+31+161=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81FA1 is #27E05E. Grayscale: #646464. Windows color (decimal): -2613343 or 10559448. OLE color: 10559448.
HSL color Cylindrical-coordinate representation of color #D81FA1: hue angle of 317.84º 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 #D81FA1 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 161 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.15 |
| HSL | 317.84º | 0.75% | 0.48% | - |
| HSV(B) | 317.84º | 0.86% | 0.85% | - |
| XYZ | 35.24 | 18.15 | 35.36 | - |
| YUV | 101.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 161 | 0 | 0.86 | 0.25 | 0.15 | 317.84 | 0.75 | 0.48 |
| Hex | D8 | 1F | A1 | 0 | 56 | 19 | F | 13E | 4B | 30 |
| Octal | 330 | 37 | 241 | 0 | 126 | 31 | 17 | 476 | 113 | 60 |
| Binary | 11011000 | 11111 | 10100001 | 0 | 1010110 | 11001 | 1111 | 100111110 | 1001011 | 110000 |
Color Harmonies of #D81FA1
Complementary color
Monochromatic Colors of #D81FA1
Black with #D81FA1
Text Example
Text Example
White with #D81FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FA1; }
p { color: rgb(216,31,161); }
H1.HeaderClassName
{
color: #D81FA1;
}
.AnyTagClassName
{
color: #D81FA1;
}
</style>
background-color css
<style>
a { background-color: #D81FA1; }
a { background-color: rgb(216,31,161); }
div.DivClassName
{
background-color: #D81FA1;
}
.BgClassName
{
background-color: #D81FA1;
}
</style>
border-color css
<style>
span { border-color: #D81FA1; }
span { border-color: rgb(216,31,161); }
td.TdClassName
{
border-color: #D81FA1;
}
.TagClassName
{
border-color: #D81FA1;
}
</style>