Shades of Mauve #D9A9FC
Tints of Mauve #D9A9FC
RGB
CMYK
RGB Variations
Color information
#D9A9FC (or 0xD9A9FC) is known color: Mauve. HEX triplet: D9, A9 and FC. RGB value is (217,169,252). Sum of RGB (Red+Green+Blue) = 217+169+252=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A9FC is #265603. Grayscale: #C0C0C0. Windows color (decimal): -2512388 or 16558553. OLE color: 16558553.
HSL color Cylindrical-coordinate representation of color #D9A9FC: hue angle of 274.7º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A9FC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 169 | 252 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.01 |
| HSL | 274.7º | 0.93% | 0.83% | - |
| HSV(B) | 274.7º | 0.33% | 0.99% | - |
| XYZ | 60.37 | 50.16 | 98.59 | - |
| YUV | 192.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 169 | 252 | 0.14 | 0.33 | 0 | 0.01 | 274.7 | 0.93 | 0.83 |
| Hex | D9 | A9 | FC | E | 21 | 0 | 1 | 113 | 5D | 53 |
| Octal | 331 | 251 | 374 | 16 | 41 | 0 | 1 | 423 | 135 | 123 |
| Binary | 11011001 | 10101001 | 11111100 | 1110 | 100001 | 0 | 1 | 100010011 | 1011101 | 1010011 |
Color Harmonies of #D9A9FC
Complementary color
Monochromatic Colors of #D9A9FC
Black with #D9A9FC
Text Example
Text Example
White with #D9A9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A9FC; }
p { color: rgb(217,169,252); }
H1.HeaderClassName
{
color: #D9A9FC;
}
.AnyTagClassName
{
color: #D9A9FC;
}
</style>
background-color css
<style>
a { background-color: #D9A9FC; }
a { background-color: rgb(217,169,252); }
div.DivClassName
{
background-color: #D9A9FC;
}
.BgClassName
{
background-color: #D9A9FC;
}
</style>
border-color css
<style>
span { border-color: #D9A9FC; }
span { border-color: rgb(217,169,252); }
td.TdClassName
{
border-color: #D9A9FC;
}
.TagClassName
{
border-color: #D9A9FC;
}
</style>