Shades of Mauve #DAA2FF
Tints of Mauve #DAA2FF
RGB
CMYK
RGB Variations
Color information
#DAA2FF (or 0xDAA2FF) is known color: Mauve. HEX triplet: DA, A2 and FF. RGB value is (218,162,255). Sum of RGB (Red+Green+Blue) = 218+162+255=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2FF is #255D00. Grayscale: #BDBDBD. Windows color (decimal): -2448641 or 16753370. OLE color: 16753370.
HSL color Cylindrical-coordinate representation of color #DAA2FF: hue angle of 276.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA2FF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 162 | 255 | - |
| CMYK | 0.15 | 0.36 | 0 | 0 |
| HSL | 276.13º | 1% | 0.82% | - |
| HSV(B) | 276.13º | 0.36% | 1% | - |
| XYZ | 59.88 | 47.97 | 100.71 | - |
| YUV | 189.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 255 | 0.15 | 0.36 | 0 | 0 | 276.13 | 1 | 0.82 |
| Hex | DA | A2 | FF | F | 24 | 0 | 0 | 114 | 64 | 52 |
| Octal | 332 | 242 | 377 | 17 | 44 | 0 | 0 | 424 | 144 | 122 |
| Binary | 11011010 | 10100010 | 11111111 | 1111 | 100100 | 0 | 0 | 100010100 | 1100100 | 1010010 |
Color Harmonies of #DAA2FF
Complementary color
Monochromatic Colors of #DAA2FF
Black with #DAA2FF
Text Example
Text Example
White with #DAA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2FF; }
p { color: rgb(218,162,255); }
H1.HeaderClassName
{
color: #DAA2FF;
}
.AnyTagClassName
{
color: #DAA2FF;
}
</style>
background-color css
<style>
a { background-color: #DAA2FF; }
a { background-color: rgb(218,162,255); }
div.DivClassName
{
background-color: #DAA2FF;
}
.BgClassName
{
background-color: #DAA2FF;
}
</style>
border-color css
<style>
span { border-color: #DAA2FF; }
span { border-color: rgb(218,162,255); }
td.TdClassName
{
border-color: #DAA2FF;
}
.TagClassName
{
border-color: #DAA2FF;
}
</style>