Shades of Mauve #DAA0F1
Tints of Mauve #DAA0F1
RGB
CMYK
RGB Variations
Color information
#DAA0F1 (or 0xDAA0F1) is known color: Mauve. HEX triplet: DA, A0 and F1. RGB value is (218,160,241). Sum of RGB (Red+Green+Blue) = 218+160+241=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAA0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0F1 is #255F0E. Grayscale: #BABABA. Windows color (decimal): -2449167 or 15835354. OLE color: 15835354.
HSL color Cylindrical-coordinate representation of color #DAA0F1: hue angle of 282.96º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA0F1 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 160 | 241 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.05 |
| HSL | 282.96º | 0.74% | 0.79% | - |
| HSV(B) | 282.96º | 0.34% | 0.95% | - |
| XYZ | 57.36 | 46.4 | 89.15 | - |
| YUV | 186.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 241 | 0.10 | 0.34 | 0 | 0.05 | 282.96 | 0.74 | 0.79 |
| Hex | DA | A0 | F1 | A | 22 | 0 | 5 | 11B | 4A | 4F |
| Octal | 332 | 240 | 361 | 12 | 42 | 0 | 5 | 433 | 112 | 117 |
| Binary | 11011010 | 10100000 | 11110001 | 1010 | 100010 | 0 | 101 | 100011011 | 1001010 | 1001111 |
Color Harmonies of #DAA0F1
Complementary color
Monochromatic Colors of #DAA0F1
Black with #DAA0F1
Text Example
Text Example
White with #DAA0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0F1; }
p { color: rgb(218,160,241); }
H1.HeaderClassName
{
color: #DAA0F1;
}
.AnyTagClassName
{
color: #DAA0F1;
}
</style>
background-color css
<style>
a { background-color: #DAA0F1; }
a { background-color: rgb(218,160,241); }
div.DivClassName
{
background-color: #DAA0F1;
}
.BgClassName
{
background-color: #DAA0F1;
}
</style>
border-color css
<style>
span { border-color: #DAA0F1; }
span { border-color: rgb(218,160,241); }
td.TdClassName
{
border-color: #DAA0F1;
}
.TagClassName
{
border-color: #DAA0F1;
}
</style>