Shades of Mauve #DA96FA
Tints of Mauve #DA96FA
RGB
CMYK
RGB Variations
Color information
#DA96FA (or 0xDA96FA) is known color: Mauve. HEX triplet: DA, 96 and FA. RGB value is (218,150,250). Sum of RGB (Red+Green+Blue) = 218+150+250=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA96FA is #256905. Grayscale: #B5B5B5. Windows color (decimal): -2451718 or 16422618. OLE color: 16422618.
HSL color Cylindrical-coordinate representation of color #DA96FA: hue angle of 280.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA96FA is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 150 | 250 | - |
| CMYK | 0.13 | 0.4 | 0 | 0.02 |
| HSL | 280.8º | 0.91% | 0.78% | - |
| HSV(B) | 280.8º | 0.4% | 0.98% | - |
| XYZ | 57.08 | 43.62 | 95.85 | - |
| YUV | 181.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 250 | 0.13 | 0.4 | 0 | 0.02 | 280.8 | 0.91 | 0.78 |
| Hex | DA | 96 | FA | D | 28 | 0 | 2 | 119 | 5B | 4E |
| Octal | 332 | 226 | 372 | 15 | 50 | 0 | 2 | 431 | 133 | 116 |
| Binary | 11011010 | 10010110 | 11111010 | 1101 | 101000 | 0 | 10 | 100011001 | 1011011 | 1001110 |
Color Harmonies of #DA96FA
Complementary color
Monochromatic Colors of #DA96FA
Black with #DA96FA
Text Example
Text Example
White with #DA96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96FA; }
p { color: rgb(218,150,250); }
H1.HeaderClassName
{
color: #DA96FA;
}
.AnyTagClassName
{
color: #DA96FA;
}
</style>
background-color css
<style>
a { background-color: #DA96FA; }
a { background-color: rgb(218,150,250); }
div.DivClassName
{
background-color: #DA96FA;
}
.BgClassName
{
background-color: #DA96FA;
}
</style>
border-color css
<style>
span { border-color: #DA96FA; }
span { border-color: rgb(218,150,250); }
td.TdClassName
{
border-color: #DA96FA;
}
.TagClassName
{
border-color: #DA96FA;
}
</style>