Shades of Mauve #DAAAF1
Tints of Mauve #DAAAF1
RGB
CMYK
RGB Variations
Color information
#DAAAF1 (or 0xDAAAF1) is known color: Mauve. HEX triplet: DA, AA and F1. RGB value is (218,170,241). Sum of RGB (Red+Green+Blue) = 218+170+241=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAAF1 is #25550E. Grayscale: #C0C0C0. Windows color (decimal): -2446607 or 15837914. OLE color: 15837914.
HSL color Cylindrical-coordinate representation of color #DAAAF1: hue angle of 280.56º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAAAF1 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 170 | 241 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.05 |
| HSL | 280.56º | 0.72% | 0.81% | - |
| HSV(B) | 280.56º | 0.29% | 0.95% | - |
| XYZ | 59.17 | 50.01 | 89.75 | - |
| YUV | 192.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 241 | 0.10 | 0.29 | 0 | 0.05 | 280.56 | 0.72 | 0.81 |
| Hex | DA | AA | F1 | A | 1D | 0 | 5 | 119 | 48 | 51 |
| Octal | 332 | 252 | 361 | 12 | 35 | 0 | 5 | 431 | 110 | 121 |
| Binary | 11011010 | 10101010 | 11110001 | 1010 | 11101 | 0 | 101 | 100011001 | 1001000 | 1010001 |
Color Harmonies of #DAAAF1
Complementary color
Monochromatic Colors of #DAAAF1
Black with #DAAAF1
Text Example
Text Example
White with #DAAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAF1; }
p { color: rgb(218,170,241); }
H1.HeaderClassName
{
color: #DAAAF1;
}
.AnyTagClassName
{
color: #DAAAF1;
}
</style>
background-color css
<style>
a { background-color: #DAAAF1; }
a { background-color: rgb(218,170,241); }
div.DivClassName
{
background-color: #DAAAF1;
}
.BgClassName
{
background-color: #DAAAF1;
}
</style>
border-color css
<style>
span { border-color: #DAAAF1; }
span { border-color: rgb(218,170,241); }
td.TdClassName
{
border-color: #DAAAF1;
}
.TagClassName
{
border-color: #DAAAF1;
}
</style>