Shades of Mauve #D09FFA
Tints of Mauve #D09FFA
RGB
CMYK
RGB Variations
Color information
#D09FFA (or 0xD09FFA) is known color: Mauve. HEX triplet: D0, 9F and FA. RGB value is (208,159,250). Sum of RGB (Red+Green+Blue) = 208+159+250=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #D09FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFA is #2F6005. Grayscale: #B7B7B7. Windows color (decimal): -3104774 or 16424912. OLE color: 16424912.
HSL color Cylindrical-coordinate representation of color #D09FFA: hue angle of 272.31º 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 #D09FFA is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 159 | 250 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.02 |
| HSL | 272.31º | 0.9% | 0.8% | - |
| HSV(B) | 272.31º | 0.36% | 0.98% | - |
| XYZ | 55.67 | 45.11 | 96.22 | - |
| YUV | 184.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 250 | 0.17 | 0.36 | 0 | 0.02 | 272.31 | 0.9 | 0.8 |
| Hex | D0 | 9F | FA | 11 | 24 | 0 | 2 | 110 | 5A | 50 |
| Octal | 320 | 237 | 372 | 21 | 44 | 0 | 2 | 420 | 132 | 120 |
| Binary | 11010000 | 10011111 | 11111010 | 10001 | 100100 | 0 | 10 | 100010000 | 1011010 | 1010000 |
Color Harmonies of #D09FFA
Complementary color
Monochromatic Colors of #D09FFA
Black with #D09FFA
Text Example
Text Example
White with #D09FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FFA; }
p { color: rgb(208,159,250); }
H1.HeaderClassName
{
color: #D09FFA;
}
.AnyTagClassName
{
color: #D09FFA;
}
</style>
background-color css
<style>
a { background-color: #D09FFA; }
a { background-color: rgb(208,159,250); }
div.DivClassName
{
background-color: #D09FFA;
}
.BgClassName
{
background-color: #D09FFA;
}
</style>
border-color css
<style>
span { border-color: #D09FFA; }
span { border-color: rgb(208,159,250); }
td.TdClassName
{
border-color: #D09FFA;
}
.TagClassName
{
border-color: #D09FFA;
}
</style>