Shades of Mauve #D9A0FB
Tints of Mauve #D9A0FB
RGB
CMYK
RGB Variations
Color information
#D9A0FB (or 0xD9A0FB) is known color: Mauve. HEX triplet: D9, A0 and FB. RGB value is (217,160,251). Sum of RGB (Red+Green+Blue) = 217+160+251=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9A0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A0FB is #265F04. Grayscale: #BBBBBB. Windows color (decimal): -2514693 or 16490713. OLE color: 16490713.
HSL color Cylindrical-coordinate representation of color #D9A0FB: hue angle of 277.58º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9A0FB is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 160 | 251 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.02 |
| HSL | 277.58º | 0.92% | 0.81% | - |
| HSV(B) | 277.58º | 0.36% | 0.98% | - |
| XYZ | 58.6 | 46.86 | 97.22 | - |
| YUV | 187.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 251 | 0.14 | 0.36 | 0 | 0.02 | 277.58 | 0.92 | 0.81 |
| Hex | D9 | A0 | FB | E | 24 | 0 | 2 | 116 | 5C | 51 |
| Octal | 331 | 240 | 373 | 16 | 44 | 0 | 2 | 426 | 134 | 121 |
| Binary | 11011001 | 10100000 | 11111011 | 1110 | 100100 | 0 | 10 | 100010110 | 1011100 | 1010001 |
Color Harmonies of #D9A0FB
Complementary color
Monochromatic Colors of #D9A0FB
Black with #D9A0FB
Text Example
Text Example
White with #D9A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0FB; }
p { color: rgb(217,160,251); }
H1.HeaderClassName
{
color: #D9A0FB;
}
.AnyTagClassName
{
color: #D9A0FB;
}
</style>
background-color css
<style>
a { background-color: #D9A0FB; }
a { background-color: rgb(217,160,251); }
div.DivClassName
{
background-color: #D9A0FB;
}
.BgClassName
{
background-color: #D9A0FB;
}
</style>
border-color css
<style>
span { border-color: #D9A0FB; }
span { border-color: rgb(217,160,251); }
td.TdClassName
{
border-color: #D9A0FB;
}
.TagClassName
{
border-color: #D9A0FB;
}
</style>