Shades of Mauve #DA93FF
Tints of Mauve #DA93FF
RGB
CMYK
RGB Variations
Color information
#DA93FF (or 0xDA93FF) is known color: Mauve. HEX triplet: DA, 93 and FF. RGB value is (218,147,255). Sum of RGB (Red+Green+Blue) = 218+147+255=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA93FF is #256C00. Grayscale: #B4B4B4. Windows color (decimal): -2452481 or 16749530. OLE color: 16749530.
HSL color Cylindrical-coordinate representation of color #DA93FF: hue angle of 279.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA93FF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 147 | 255 | - |
| CMYK | 0.15 | 0.42 | 0 | 0 |
| HSL | 279.44º | 1% | 0.79% | - |
| HSV(B) | 279.44º | 0.42% | 1% | - |
| XYZ | 57.4 | 42.99 | 99.88 | - |
| YUV | 180.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 255 | 0.15 | 0.42 | 0 | 0 | 279.44 | 1 | 0.79 |
| Hex | DA | 93 | FF | F | 2A | 0 | 0 | 117 | 64 | 4F |
| Octal | 332 | 223 | 377 | 17 | 52 | 0 | 0 | 427 | 144 | 117 |
| Binary | 11011010 | 10010011 | 11111111 | 1111 | 101010 | 0 | 0 | 100010111 | 1100100 | 1001111 |
Color Harmonies of #DA93FF
Complementary color
Monochromatic Colors of #DA93FF
Black with #DA93FF
Text Example
Text Example
White with #DA93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA93FF; }
p { color: rgb(218,147,255); }
H1.HeaderClassName
{
color: #DA93FF;
}
.AnyTagClassName
{
color: #DA93FF;
}
</style>
background-color css
<style>
a { background-color: #DA93FF; }
a { background-color: rgb(218,147,255); }
div.DivClassName
{
background-color: #DA93FF;
}
.BgClassName
{
background-color: #DA93FF;
}
</style>
border-color css
<style>
span { border-color: #DA93FF; }
span { border-color: rgb(218,147,255); }
td.TdClassName
{
border-color: #DA93FF;
}
.TagClassName
{
border-color: #DA93FF;
}
</style>