Shades of Mauve #DAA9F3
Tints of Mauve #DAA9F3
RGB
CMYK
RGB Variations
Color information
#DAA9F3 (or 0xDAA9F3) is known color: Mauve. HEX triplet: DA, A9 and F3. RGB value is (218,169,243). Sum of RGB (Red+Green+Blue) = 218+169+243=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9F3 is #25560C. Grayscale: #BFBFBF. Windows color (decimal): -2446861 or 15968730. OLE color: 15968730.
HSL color Cylindrical-coordinate representation of color #DAA9F3: hue angle of 279.73º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA9F3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 169 | 243 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.05 |
| HSL | 279.73º | 0.76% | 0.81% | - |
| HSV(B) | 279.73º | 0.3% | 0.95% | - |
| XYZ | 59.28 | 49.75 | 91.27 | - |
| YUV | 192.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 243 | 0.10 | 0.30 | 0 | 0.05 | 279.73 | 0.76 | 0.81 |
| Hex | DA | A9 | F3 | A | 1E | 0 | 5 | 118 | 4C | 51 |
| Octal | 332 | 251 | 363 | 12 | 36 | 0 | 5 | 430 | 114 | 121 |
| Binary | 11011010 | 10101001 | 11110011 | 1010 | 11110 | 0 | 101 | 100011000 | 1001100 | 1010001 |
Color Harmonies of #DAA9F3
Complementary color
Monochromatic Colors of #DAA9F3
Black with #DAA9F3
Text Example
Text Example
White with #DAA9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9F3; }
p { color: rgb(218,169,243); }
H1.HeaderClassName
{
color: #DAA9F3;
}
.AnyTagClassName
{
color: #DAA9F3;
}
</style>
background-color css
<style>
a { background-color: #DAA9F3; }
a { background-color: rgb(218,169,243); }
div.DivClassName
{
background-color: #DAA9F3;
}
.BgClassName
{
background-color: #DAA9F3;
}
</style>
border-color css
<style>
span { border-color: #DAA9F3; }
span { border-color: rgb(218,169,243); }
td.TdClassName
{
border-color: #DAA9F3;
}
.TagClassName
{
border-color: #DAA9F3;
}
</style>