Shades of Mauve #DAA9F4
Tints of Mauve #DAA9F4
RGB
CMYK
RGB Variations
Color information
#DAA9F4 (or 0xDAA9F4) is known color: Mauve. HEX triplet: DA, A9 and F4. RGB value is (218,169,244). Sum of RGB (Red+Green+Blue) = 218+169+244=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAA9F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA9F4 is #25560B. Grayscale: #BFBFBF. Windows color (decimal): -2446860 or 16034266. OLE color: 16034266.
HSL color Cylindrical-coordinate representation of color #DAA9F4: hue angle of 279.2º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA9F4 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 169 | 244 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.04 |
| HSL | 279.2º | 0.77% | 0.81% | - |
| HSV(B) | 279.2º | 0.31% | 0.96% | - |
| XYZ | 59.43 | 49.81 | 92.07 | - |
| YUV | 192.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 244 | 0.11 | 0.31 | 0 | 0.04 | 279.2 | 0.77 | 0.81 |
| Hex | DA | A9 | F4 | B | 1F | 0 | 4 | 117 | 4D | 51 |
| Octal | 332 | 251 | 364 | 13 | 37 | 0 | 4 | 427 | 115 | 121 |
| Binary | 11011010 | 10101001 | 11110100 | 1011 | 11111 | 0 | 100 | 100010111 | 1001101 | 1010001 |
Color Harmonies of #DAA9F4
Complementary color
Monochromatic Colors of #DAA9F4
Black with #DAA9F4
Text Example
Text Example
White with #DAA9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9F4; }
p { color: rgb(218,169,244); }
H1.HeaderClassName
{
color: #DAA9F4;
}
.AnyTagClassName
{
color: #DAA9F4;
}
</style>
background-color css
<style>
a { background-color: #DAA9F4; }
a { background-color: rgb(218,169,244); }
div.DivClassName
{
background-color: #DAA9F4;
}
.BgClassName
{
background-color: #DAA9F4;
}
</style>
border-color css
<style>
span { border-color: #DAA9F4; }
span { border-color: rgb(218,169,244); }
td.TdClassName
{
border-color: #DAA9F4;
}
.TagClassName
{
border-color: #DAA9F4;
}
</style>