Shades of Mauve #DA9EFE
Tints of Mauve #DA9EFE
RGB
CMYK
RGB Variations
Color information
#DA9EFE (or 0xDA9EFE) is known color: Mauve. HEX triplet: DA, 9E and FE. RGB value is (218,158,254). Sum of RGB (Red+Green+Blue) = 218+158+254=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #DA9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EFE is #256101. Grayscale: #BABABA. Windows color (decimal): -2449666 or 16686810. OLE color: 16686810.
HSL color Cylindrical-coordinate representation of color #DA9EFE: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9EFE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 158 | 254 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.00 |
| HSL | 277.5º | 0.98% | 0.81% | - |
| HSV(B) | 277.5º | 0.38% | 1% | - |
| XYZ | 59.03 | 46.51 | 99.63 | - |
| YUV | 186.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 158 | 254 | 0.14 | 0.38 | 0 | 0.00 | 277.5 | 0.98 | 0.81 |
| Hex | DA | 9E | FE | E | 26 | 0 | 0 | 116 | 62 | 51 |
| Octal | 332 | 236 | 376 | 16 | 46 | 0 | 0 | 426 | 142 | 121 |
| Binary | 11011010 | 10011110 | 11111110 | 1110 | 100110 | 0 | 0 | 100010110 | 1100010 | 1010001 |
Color Harmonies of #DA9EFE
Complementary color
Monochromatic Colors of #DA9EFE
Black with #DA9EFE
Text Example
Text Example
White with #DA9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9EFE; }
p { color: rgb(218,158,254); }
H1.HeaderClassName
{
color: #DA9EFE;
}
.AnyTagClassName
{
color: #DA9EFE;
}
</style>
background-color css
<style>
a { background-color: #DA9EFE; }
a { background-color: rgb(218,158,254); }
div.DivClassName
{
background-color: #DA9EFE;
}
.BgClassName
{
background-color: #DA9EFE;
}
</style>
border-color css
<style>
span { border-color: #DA9EFE; }
span { border-color: rgb(218,158,254); }
td.TdClassName
{
border-color: #DA9EFE;
}
.TagClassName
{
border-color: #DA9EFE;
}
</style>