Shades of Mauve #DA9BF6
Tints of Mauve #DA9BF6
RGB
CMYK
RGB Variations
Color information
#DA9BF6 (or 0xDA9BF6) is known color: Mauve. HEX triplet: DA, 9B and F6. RGB value is (218,155,246). Sum of RGB (Red+Green+Blue) = 218+155+246=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9BF6 is #256409. Grayscale: #B7B7B7. Windows color (decimal): -2450442 or 16161754. OLE color: 16161754.
HSL color Cylindrical-coordinate representation of color #DA9BF6: hue angle of 281.54º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9BF6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 155 | 246 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.04 |
| HSL | 281.54º | 0.83% | 0.79% | - |
| HSV(B) | 281.54º | 0.37% | 0.96% | - |
| XYZ | 57.27 | 45 | 92.86 | - |
| YUV | 184.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 246 | 0.11 | 0.37 | 0 | 0.04 | 281.54 | 0.83 | 0.79 |
| Hex | DA | 9B | F6 | B | 25 | 0 | 4 | 11A | 53 | 4F |
| Octal | 332 | 233 | 366 | 13 | 45 | 0 | 4 | 432 | 123 | 117 |
| Binary | 11011010 | 10011011 | 11110110 | 1011 | 100101 | 0 | 100 | 100011010 | 1010011 | 1001111 |
Color Harmonies of #DA9BF6
Complementary color
Monochromatic Colors of #DA9BF6
Black with #DA9BF6
Text Example
Text Example
White with #DA9BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9BF6; }
p { color: rgb(218,155,246); }
H1.HeaderClassName
{
color: #DA9BF6;
}
.AnyTagClassName
{
color: #DA9BF6;
}
</style>
background-color css
<style>
a { background-color: #DA9BF6; }
a { background-color: rgb(218,155,246); }
div.DivClassName
{
background-color: #DA9BF6;
}
.BgClassName
{
background-color: #DA9BF6;
}
</style>
border-color css
<style>
span { border-color: #DA9BF6; }
span { border-color: rgb(218,155,246); }
td.TdClassName
{
border-color: #DA9BF6;
}
.TagClassName
{
border-color: #DA9BF6;
}
</style>