Shades of Mauve #DAA0FC
Tints of Mauve #DAA0FC
RGB
CMYK
RGB Variations
Color information
#DAA0FC (or 0xDAA0FC) is known color: Mauve. HEX triplet: DA, A0 and FC. RGB value is (218,160,252). Sum of RGB (Red+Green+Blue) = 218+160+252=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0FC is #255F03. Grayscale: #BBBBBB. Windows color (decimal): -2449156 or 16556250. OLE color: 16556250.
HSL color Cylindrical-coordinate representation of color #DAA0FC: hue angle of 277.83º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAA0FC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 160 | 252 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.01 |
| HSL | 277.83º | 0.94% | 0.81% | - |
| HSV(B) | 277.83º | 0.37% | 0.99% | - |
| XYZ | 59.05 | 47.08 | 98.07 | - |
| YUV | 187.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 252 | 0.13 | 0.37 | 0 | 0.01 | 277.83 | 0.94 | 0.81 |
| Hex | DA | A0 | FC | D | 25 | 0 | 1 | 116 | 5E | 51 |
| Octal | 332 | 240 | 374 | 15 | 45 | 0 | 1 | 426 | 136 | 121 |
| Binary | 11011010 | 10100000 | 11111100 | 1101 | 100101 | 0 | 1 | 100010110 | 1011110 | 1010001 |
Color Harmonies of #DAA0FC
Complementary color
Monochromatic Colors of #DAA0FC
Black with #DAA0FC
Text Example
Text Example
White with #DAA0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0FC; }
p { color: rgb(218,160,252); }
H1.HeaderClassName
{
color: #DAA0FC;
}
.AnyTagClassName
{
color: #DAA0FC;
}
</style>
background-color css
<style>
a { background-color: #DAA0FC; }
a { background-color: rgb(218,160,252); }
div.DivClassName
{
background-color: #DAA0FC;
}
.BgClassName
{
background-color: #DAA0FC;
}
</style>
border-color css
<style>
span { border-color: #DAA0FC; }
span { border-color: rgb(218,160,252); }
td.TdClassName
{
border-color: #DAA0FC;
}
.TagClassName
{
border-color: #DAA0FC;
}
</style>