Shades of Mauve #D9B4FA
Tints of Mauve #D9B4FA
RGB
CMYK
RGB Variations
Color information
#D9B4FA (or 0xD9B4FA) is known color: Mauve. HEX triplet: D9, B4 and FA. RGB value is (217,180,250). Sum of RGB (Red+Green+Blue) = 217+180+250=647 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.54% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B4FA is #264B05. Grayscale: #C6C6C6. Windows color (decimal): -2509574 or 16430297. OLE color: 16430297.
HSL color Cylindrical-coordinate representation of color #D9B4FA: hue angle of 271.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9B4FA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 180 | 250 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.02 |
| HSL | 271.71º | 0.88% | 0.84% | - |
| HSV(B) | 271.71º | 0.28% | 0.98% | - |
| XYZ | 62.19 | 54.3 | 97.64 | - |
| YUV | 199.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 250 | 0.13 | 0.28 | 0 | 0.02 | 271.71 | 0.88 | 0.84 |
| Hex | D9 | B4 | FA | D | 1C | 0 | 2 | 110 | 58 | 54 |
| Octal | 331 | 264 | 372 | 15 | 34 | 0 | 2 | 420 | 130 | 124 |
| Binary | 11011001 | 10110100 | 11111010 | 1101 | 11100 | 0 | 10 | 100010000 | 1011000 | 1010100 |
Color Harmonies of #D9B4FA
Complementary color
Monochromatic Colors of #D9B4FA
Black with #D9B4FA
Text Example
Text Example
White with #D9B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B4FA; }
p { color: rgb(217,180,250); }
H1.HeaderClassName
{
color: #D9B4FA;
}
.AnyTagClassName
{
color: #D9B4FA;
}
</style>
background-color css
<style>
a { background-color: #D9B4FA; }
a { background-color: rgb(217,180,250); }
div.DivClassName
{
background-color: #D9B4FA;
}
.BgClassName
{
background-color: #D9B4FA;
}
</style>
border-color css
<style>
span { border-color: #D9B4FA; }
span { border-color: rgb(217,180,250); }
td.TdClassName
{
border-color: #D9B4FA;
}
.TagClassName
{
border-color: #D9B4FA;
}
</style>