Shades of Mauve #D9A7FA
Tints of Mauve #D9A7FA
RGB
CMYK
RGB Variations
Color information
#D9A7FA (or 0xD9A7FA) is known color: Mauve. HEX triplet: D9, A7 and FA. RGB value is (217,167,250). Sum of RGB (Red+Green+Blue) = 217+167+250=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 167 (65.62% from 255 or 26.34% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A7FA is #265805. Grayscale: #BFBFBF. Windows color (decimal): -2512902 or 16426969. OLE color: 16426969.
HSL color Cylindrical-coordinate representation of color #D9A7FA: hue angle of 276.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A7FA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 167 | 250 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.02 |
| HSL | 276.14º | 0.89% | 0.82% | - |
| HSV(B) | 276.14º | 0.33% | 0.98% | - |
| XYZ | 59.69 | 49.29 | 96.81 | - |
| YUV | 191.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 167 | 250 | 0.13 | 0.33 | 0 | 0.02 | 276.14 | 0.89 | 0.82 |
| Hex | D9 | A7 | FA | D | 21 | 0 | 2 | 114 | 59 | 52 |
| Octal | 331 | 247 | 372 | 15 | 41 | 0 | 2 | 424 | 131 | 122 |
| Binary | 11011001 | 10100111 | 11111010 | 1101 | 100001 | 0 | 10 | 100010100 | 1011001 | 1010010 |
Color Harmonies of #D9A7FA
Complementary color
Monochromatic Colors of #D9A7FA
Black with #D9A7FA
Text Example
Text Example
White with #D9A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A7FA; }
p { color: rgb(217,167,250); }
H1.HeaderClassName
{
color: #D9A7FA;
}
.AnyTagClassName
{
color: #D9A7FA;
}
</style>
background-color css
<style>
a { background-color: #D9A7FA; }
a { background-color: rgb(217,167,250); }
div.DivClassName
{
background-color: #D9A7FA;
}
.BgClassName
{
background-color: #D9A7FA;
}
</style>
border-color css
<style>
span { border-color: #D9A7FA; }
span { border-color: rgb(217,167,250); }
td.TdClassName
{
border-color: #D9A7FA;
}
.TagClassName
{
border-color: #D9A7FA;
}
</style>