Shades of Mauve #D19FFA
Tints of Mauve #D19FFA
RGB
CMYK
RGB Variations
Color information
#D19FFA (or 0xD19FFA) is known color: Mauve. HEX triplet: D1, 9F and FA. RGB value is (209,159,250). Sum of RGB (Red+Green+Blue) = 209+159+250=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #D19FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19FFA is #2E6005. Grayscale: #B8B8B8. Windows color (decimal): -3039238 or 16424913. OLE color: 16424913.
HSL color Cylindrical-coordinate representation of color #D19FFA: hue angle of 272.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D19FFA is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 159 | 250 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.02 |
| HSL | 272.97º | 0.9% | 0.8% | - |
| HSV(B) | 272.97º | 0.36% | 0.98% | - |
| XYZ | 55.95 | 45.25 | 96.23 | - |
| YUV | 184.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 250 | 0.16 | 0.36 | 0 | 0.02 | 272.97 | 0.9 | 0.8 |
| Hex | D1 | 9F | FA | 10 | 24 | 0 | 2 | 111 | 5A | 50 |
| Octal | 321 | 237 | 372 | 20 | 44 | 0 | 2 | 421 | 132 | 120 |
| Binary | 11010001 | 10011111 | 11111010 | 10000 | 100100 | 0 | 10 | 100010001 | 1011010 | 1010000 |
Color Harmonies of #D19FFA
Complementary color
Monochromatic Colors of #D19FFA
Black with #D19FFA
Text Example
Text Example
White with #D19FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FFA; }
p { color: rgb(209,159,250); }
H1.HeaderClassName
{
color: #D19FFA;
}
.AnyTagClassName
{
color: #D19FFA;
}
</style>
background-color css
<style>
a { background-color: #D19FFA; }
a { background-color: rgb(209,159,250); }
div.DivClassName
{
background-color: #D19FFA;
}
.BgClassName
{
background-color: #D19FFA;
}
</style>
border-color css
<style>
span { border-color: #D19FFA; }
span { border-color: rgb(209,159,250); }
td.TdClassName
{
border-color: #D19FFA;
}
.TagClassName
{
border-color: #D19FFA;
}
</style>