Shades of Mauve #D9A8F3
Tints of Mauve #D9A8F3
RGB
CMYK
RGB Variations
Color information
#D9A8F3 (or 0xD9A8F3) is known color: Mauve. HEX triplet: D9, A8 and F3. RGB value is (217,168,243). Sum of RGB (Red+Green+Blue) = 217+168+243=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A8F3 is #26570C. Grayscale: #BEBEBE. Windows color (decimal): -2512653 or 15968473. OLE color: 15968473.
HSL color Cylindrical-coordinate representation of color #D9A8F3: hue angle of 279.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A8F3 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 168 | 243 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.05 |
| HSL | 279.2º | 0.76% | 0.81% | - |
| HSV(B) | 279.2º | 0.31% | 0.95% | - |
| XYZ | 58.8 | 49.23 | 91.2 | - |
| YUV | 191.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 168 | 243 | 0.11 | 0.31 | 0 | 0.05 | 279.2 | 0.76 | 0.81 |
| Hex | D9 | A8 | F3 | B | 1F | 0 | 5 | 117 | 4C | 51 |
| Octal | 331 | 250 | 363 | 13 | 37 | 0 | 5 | 427 | 114 | 121 |
| Binary | 11011001 | 10101000 | 11110011 | 1011 | 11111 | 0 | 101 | 100010111 | 1001100 | 1010001 |
Color Harmonies of #D9A8F3
Complementary color
Monochromatic Colors of #D9A8F3
Black with #D9A8F3
Text Example
Text Example
White with #D9A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A8F3; }
p { color: rgb(217,168,243); }
H1.HeaderClassName
{
color: #D9A8F3;
}
.AnyTagClassName
{
color: #D9A8F3;
}
</style>
background-color css
<style>
a { background-color: #D9A8F3; }
a { background-color: rgb(217,168,243); }
div.DivClassName
{
background-color: #D9A8F3;
}
.BgClassName
{
background-color: #D9A8F3;
}
</style>
border-color css
<style>
span { border-color: #D9A8F3; }
span { border-color: rgb(217,168,243); }
td.TdClassName
{
border-color: #D9A8F3;
}
.TagClassName
{
border-color: #D9A8F3;
}
</style>