Shades of Mauve #DAA1F1
Tints of Mauve #DAA1F1
RGB
CMYK
RGB Variations
Color information
#DAA1F1 (or 0xDAA1F1) is known color: Mauve. HEX triplet: DA, A1 and F1. RGB value is (218,161,241). Sum of RGB (Red+Green+Blue) = 218+161+241=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1F1 is #255E0E. Grayscale: #BABABA. Windows color (decimal): -2448911 or 15835610. OLE color: 15835610.
HSL color Cylindrical-coordinate representation of color #DAA1F1: hue angle of 282.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA1F1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 161 | 241 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.05 |
| HSL | 282.75º | 0.74% | 0.79% | - |
| HSV(B) | 282.75º | 0.33% | 0.95% | - |
| XYZ | 57.54 | 46.75 | 89.21 | - |
| YUV | 187.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 241 | 0.10 | 0.33 | 0 | 0.05 | 282.75 | 0.74 | 0.79 |
| Hex | DA | A1 | F1 | A | 21 | 0 | 5 | 11B | 4A | 4F |
| Octal | 332 | 241 | 361 | 12 | 41 | 0 | 5 | 433 | 112 | 117 |
| Binary | 11011010 | 10100001 | 11110001 | 1010 | 100001 | 0 | 101 | 100011011 | 1001010 | 1001111 |
Color Harmonies of #DAA1F1
Complementary color
Monochromatic Colors of #DAA1F1
Black with #DAA1F1
Text Example
Text Example
White with #DAA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1F1; }
p { color: rgb(218,161,241); }
H1.HeaderClassName
{
color: #DAA1F1;
}
.AnyTagClassName
{
color: #DAA1F1;
}
</style>
background-color css
<style>
a { background-color: #DAA1F1; }
a { background-color: rgb(218,161,241); }
div.DivClassName
{
background-color: #DAA1F1;
}
.BgClassName
{
background-color: #DAA1F1;
}
</style>
border-color css
<style>
span { border-color: #DAA1F1; }
span { border-color: rgb(218,161,241); }
td.TdClassName
{
border-color: #DAA1F1;
}
.TagClassName
{
border-color: #DAA1F1;
}
</style>