Shades of Mauve #DAA6F3
Tints of Mauve #DAA6F3
RGB
CMYK
RGB Variations
Color information
#DAA6F3 (or 0xDAA6F3) is known color: Mauve. HEX triplet: DA, A6 and F3. RGB value is (218,166,243). Sum of RGB (Red+Green+Blue) = 218+166+243=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAA6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6F3 is #25590C. Grayscale: #BEBEBE. Windows color (decimal): -2447629 or 15967962. OLE color: 15967962.
HSL color Cylindrical-coordinate representation of color #DAA6F3: hue angle of 280.52º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA6F3 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 166 | 243 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.05 |
| HSL | 280.52º | 0.76% | 0.8% | - |
| HSV(B) | 280.52º | 0.32% | 0.95% | - |
| XYZ | 58.73 | 48.65 | 91.09 | - |
| YUV | 190.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 243 | 0.10 | 0.32 | 0 | 0.05 | 280.52 | 0.76 | 0.8 |
| Hex | DA | A6 | F3 | A | 20 | 0 | 5 | 119 | 4C | 50 |
| Octal | 332 | 246 | 363 | 12 | 40 | 0 | 5 | 431 | 114 | 120 |
| Binary | 11011010 | 10100110 | 11110011 | 1010 | 100000 | 0 | 101 | 100011001 | 1001100 | 1010000 |
Color Harmonies of #DAA6F3
Complementary color
Monochromatic Colors of #DAA6F3
Black with #DAA6F3
Text Example
Text Example
White with #DAA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6F3; }
p { color: rgb(218,166,243); }
H1.HeaderClassName
{
color: #DAA6F3;
}
.AnyTagClassName
{
color: #DAA6F3;
}
</style>
background-color css
<style>
a { background-color: #DAA6F3; }
a { background-color: rgb(218,166,243); }
div.DivClassName
{
background-color: #DAA6F3;
}
.BgClassName
{
background-color: #DAA6F3;
}
</style>
border-color css
<style>
span { border-color: #DAA6F3; }
span { border-color: rgb(218,166,243); }
td.TdClassName
{
border-color: #DAA6F3;
}
.TagClassName
{
border-color: #DAA6F3;
}
</style>