Shades of Mauve #DA9DF1
Tints of Mauve #DA9DF1
RGB
CMYK
RGB Variations
Color information
#DA9DF1 (or 0xDA9DF1) is known color: Mauve. HEX triplet: DA, 9D and F1. RGB value is (218,157,241). Sum of RGB (Red+Green+Blue) = 218+157+241=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DF1 is #25620E. Grayscale: #B8B8B8. Windows color (decimal): -2449935 or 15834586. OLE color: 15834586.
HSL color Cylindrical-coordinate representation of color #DA9DF1: hue angle of 283.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA9DF1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 157 | 241 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.05 |
| HSL | 283.57º | 0.75% | 0.78% | - |
| HSV(B) | 283.57º | 0.35% | 0.95% | - |
| XYZ | 56.85 | 45.37 | 88.98 | - |
| YUV | 184.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 241 | 0.10 | 0.35 | 0 | 0.05 | 283.57 | 0.75 | 0.78 |
| Hex | DA | 9D | F1 | A | 23 | 0 | 5 | 11C | 4B | 4E |
| Octal | 332 | 235 | 361 | 12 | 43 | 0 | 5 | 434 | 113 | 116 |
| Binary | 11011010 | 10011101 | 11110001 | 1010 | 100011 | 0 | 101 | 100011100 | 1001011 | 1001110 |
Color Harmonies of #DA9DF1
Complementary color
Monochromatic Colors of #DA9DF1
Black with #DA9DF1
Text Example
Text Example
White with #DA9DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DF1; }
p { color: rgb(218,157,241); }
H1.HeaderClassName
{
color: #DA9DF1;
}
.AnyTagClassName
{
color: #DA9DF1;
}
</style>
background-color css
<style>
a { background-color: #DA9DF1; }
a { background-color: rgb(218,157,241); }
div.DivClassName
{
background-color: #DA9DF1;
}
.BgClassName
{
background-color: #DA9DF1;
}
</style>
border-color css
<style>
span { border-color: #DA9DF1; }
span { border-color: rgb(218,157,241); }
td.TdClassName
{
border-color: #DA9DF1;
}
.TagClassName
{
border-color: #DA9DF1;
}
</style>