Shades of Mauve #D9A8FF
Tints of Mauve #D9A8FF
RGB
CMYK
RGB Variations
Color information
#D9A8FF (or 0xD9A8FF) is known color: Mauve. HEX triplet: D9, A8 and FF. RGB value is (217,168,255). Sum of RGB (Red+Green+Blue) = 217+168+255=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A8FF is #265700. Grayscale: #C0C0C0. Windows color (decimal): -2512641 or 16754905. OLE color: 16754905.
HSL color Cylindrical-coordinate representation of color #D9A8FF: hue angle of 273.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A8FF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 168 | 255 | - |
| CMYK | 0.15 | 0.34 | 0 | 0 |
| HSL | 273.79º | 1% | 0.83% | - |
| HSV(B) | 273.79º | 0.34% | 1% | - |
| XYZ | 60.67 | 49.98 | 101.06 | - |
| YUV | 192.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 255 | 0.15 | 0.34 | 0 | 0 | 273.79 | 1 | 0.83 |
| Hex | D9 | A8 | FF | F | 22 | 0 | 0 | 112 | 64 | 53 |
| Octal | 331 | 250 | 377 | 17 | 42 | 0 | 0 | 422 | 144 | 123 |
| Binary | 11011001 | 10101000 | 11111111 | 1111 | 100010 | 0 | 0 | 100010010 | 1100100 | 1010011 |
Color Harmonies of #D9A8FF
Complementary color
Monochromatic Colors of #D9A8FF
Black with #D9A8FF
Text Example
Text Example
White with #D9A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8FF; }
p { color: rgb(217,168,255); }
H1.HeaderClassName
{
color: #D9A8FF;
}
.AnyTagClassName
{
color: #D9A8FF;
}
</style>
background-color css
<style>
a { background-color: #D9A8FF; }
a { background-color: rgb(217,168,255); }
div.DivClassName
{
background-color: #D9A8FF;
}
.BgClassName
{
background-color: #D9A8FF;
}
</style>
border-color css
<style>
span { border-color: #D9A8FF; }
span { border-color: rgb(217,168,255); }
td.TdClassName
{
border-color: #D9A8FF;
}
.TagClassName
{
border-color: #D9A8FF;
}
</style>