Shades of Mauve #DA9FFE
Tints of Mauve #DA9FFE
RGB
CMYK
RGB Variations
Color information
#DA9FFE (or 0xDA9FFE) is known color: Mauve. HEX triplet: DA, 9F and FE. RGB value is (218,159,254). Sum of RGB (Red+Green+Blue) = 218+159+254=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FFE is #256001. Grayscale: #BBBBBB. Windows color (decimal): -2449410 or 16687066. OLE color: 16687066.
HSL color Cylindrical-coordinate representation of color #DA9FFE: hue angle of 277.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9FFE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 159 | 254 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.00 |
| HSL | 277.26º | 0.98% | 0.81% | - |
| HSV(B) | 277.26º | 0.37% | 1% | - |
| XYZ | 59.2 | 46.86 | 99.69 | - |
| YUV | 187.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 254 | 0.14 | 0.37 | 0 | 0.00 | 277.26 | 0.98 | 0.81 |
| Hex | DA | 9F | FE | E | 25 | 0 | 0 | 115 | 62 | 51 |
| Octal | 332 | 237 | 376 | 16 | 45 | 0 | 0 | 425 | 142 | 121 |
| Binary | 11011010 | 10011111 | 11111110 | 1110 | 100101 | 0 | 0 | 100010101 | 1100010 | 1010001 |
Color Harmonies of #DA9FFE
Complementary color
Monochromatic Colors of #DA9FFE
Black with #DA9FFE
Text Example
Text Example
White with #DA9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FFE; }
p { color: rgb(218,159,254); }
H1.HeaderClassName
{
color: #DA9FFE;
}
.AnyTagClassName
{
color: #DA9FFE;
}
</style>
background-color css
<style>
a { background-color: #DA9FFE; }
a { background-color: rgb(218,159,254); }
div.DivClassName
{
background-color: #DA9FFE;
}
.BgClassName
{
background-color: #DA9FFE;
}
</style>
border-color css
<style>
span { border-color: #DA9FFE; }
span { border-color: rgb(218,159,254); }
td.TdClassName
{
border-color: #DA9FFE;
}
.TagClassName
{
border-color: #DA9FFE;
}
</style>