Shades of Mauve #DA93FA
Tints of Mauve #DA93FA
RGB
CMYK
RGB Variations
Color information
#DA93FA (or 0xDA93FA) is known color: Mauve. HEX triplet: DA, 93 and FA. RGB value is (218,147,250). Sum of RGB (Red+Green+Blue) = 218+147+250=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA93FA is #256C05. Grayscale: #B3B3B3. Windows color (decimal): -2452486 or 16421850. OLE color: 16421850.
HSL color Cylindrical-coordinate representation of color #DA93FA: hue angle of 281.36º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA93FA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 147 | 250 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.02 |
| HSL | 281.36º | 0.91% | 0.78% | - |
| HSV(B) | 281.36º | 0.41% | 0.98% | - |
| XYZ | 56.6 | 42.68 | 95.7 | - |
| YUV | 179.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 250 | 0.13 | 0.41 | 0 | 0.02 | 281.36 | 0.91 | 0.78 |
| Hex | DA | 93 | FA | D | 29 | 0 | 2 | 119 | 5B | 4E |
| Octal | 332 | 223 | 372 | 15 | 51 | 0 | 2 | 431 | 133 | 116 |
| Binary | 11011010 | 10010011 | 11111010 | 1101 | 101001 | 0 | 10 | 100011001 | 1011011 | 1001110 |
Color Harmonies of #DA93FA
Complementary color
Monochromatic Colors of #DA93FA
Black with #DA93FA
Text Example
Text Example
White with #DA93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA93FA; }
p { color: rgb(218,147,250); }
H1.HeaderClassName
{
color: #DA93FA;
}
.AnyTagClassName
{
color: #DA93FA;
}
</style>
background-color css
<style>
a { background-color: #DA93FA; }
a { background-color: rgb(218,147,250); }
div.DivClassName
{
background-color: #DA93FA;
}
.BgClassName
{
background-color: #DA93FA;
}
</style>
border-color css
<style>
span { border-color: #DA93FA; }
span { border-color: rgb(218,147,250); }
td.TdClassName
{
border-color: #DA93FA;
}
.TagClassName
{
border-color: #DA93FA;
}
</style>