Shades of Mauve #DAA3F7
Tints of Mauve #DAA3F7
RGB
CMYK
RGB Variations
Color information
#DAA3F7 (or 0xDAA3F7) is known color: Mauve. HEX triplet: DA, A3 and F7. RGB value is (218,163,247). Sum of RGB (Red+Green+Blue) = 218+163+247=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 163 (64.06% from 255 or 25.96% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAA3F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3F7 is #255C08. Grayscale: #BCBCBC. Windows color (decimal): -2448393 or 16229338. OLE color: 16229338.
HSL color Cylindrical-coordinate representation of color #DAA3F7: hue angle of 279.29º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA3F7 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 163 | 247 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.03 |
| HSL | 279.29º | 0.84% | 0.8% | - |
| HSV(B) | 279.29º | 0.34% | 0.97% | - |
| XYZ | 58.8 | 47.82 | 94.13 | - |
| YUV | 189.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 247 | 0.12 | 0.34 | 0 | 0.03 | 279.29 | 0.84 | 0.8 |
| Hex | DA | A3 | F7 | C | 22 | 0 | 3 | 117 | 54 | 50 |
| Octal | 332 | 243 | 367 | 14 | 42 | 0 | 3 | 427 | 124 | 120 |
| Binary | 11011010 | 10100011 | 11110111 | 1100 | 100010 | 0 | 11 | 100010111 | 1010100 | 1010000 |
Color Harmonies of #DAA3F7
Complementary color
Monochromatic Colors of #DAA3F7
Black with #DAA3F7
Text Example
Text Example
White with #DAA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA3F7; }
p { color: rgb(218,163,247); }
H1.HeaderClassName
{
color: #DAA3F7;
}
.AnyTagClassName
{
color: #DAA3F7;
}
</style>
background-color css
<style>
a { background-color: #DAA3F7; }
a { background-color: rgb(218,163,247); }
div.DivClassName
{
background-color: #DAA3F7;
}
.BgClassName
{
background-color: #DAA3F7;
}
</style>
border-color css
<style>
span { border-color: #DAA3F7; }
span { border-color: rgb(218,163,247); }
td.TdClassName
{
border-color: #DAA3F7;
}
.TagClassName
{
border-color: #DAA3F7;
}
</style>