Shades of Mauve #DA96FF
Tints of Mauve #DA96FF
RGB
CMYK
RGB Variations
Color information
#DA96FF (or 0xDA96FF) is known color: Mauve. HEX triplet: DA, 96 and FF. RGB value is (218,150,255). Sum of RGB (Red+Green+Blue) = 218+150+255=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA96FF is #256900. Grayscale: #B5B5B5. Windows color (decimal): -2451713 or 16750298. OLE color: 16750298.
HSL color Cylindrical-coordinate representation of color #DA96FF: hue angle of 278.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA96FF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 150 | 255 | - |
| CMYK | 0.15 | 0.41 | 0 | 0 |
| HSL | 278.86º | 1% | 0.79% | - |
| HSV(B) | 278.86º | 0.41% | 1% | - |
| XYZ | 57.87 | 43.94 | 100.04 | - |
| YUV | 182.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 255 | 0.15 | 0.41 | 0 | 0 | 278.86 | 1 | 0.79 |
| Hex | DA | 96 | FF | F | 29 | 0 | 0 | 117 | 64 | 4F |
| Octal | 332 | 226 | 377 | 17 | 51 | 0 | 0 | 427 | 144 | 117 |
| Binary | 11011010 | 10010110 | 11111111 | 1111 | 101001 | 0 | 0 | 100010111 | 1100100 | 1001111 |
Color Harmonies of #DA96FF
Complementary color
Monochromatic Colors of #DA96FF
Black with #DA96FF
Text Example
Text Example
White with #DA96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA96FF; }
p { color: rgb(218,150,255); }
H1.HeaderClassName
{
color: #DA96FF;
}
.AnyTagClassName
{
color: #DA96FF;
}
</style>
background-color css
<style>
a { background-color: #DA96FF; }
a { background-color: rgb(218,150,255); }
div.DivClassName
{
background-color: #DA96FF;
}
.BgClassName
{
background-color: #DA96FF;
}
</style>
border-color css
<style>
span { border-color: #DA96FF; }
span { border-color: rgb(218,150,255); }
td.TdClassName
{
border-color: #DA96FF;
}
.TagClassName
{
border-color: #DA96FF;
}
</style>