Shades of Mauve #DA9CF1
Tints of Mauve #DA9CF1
RGB
CMYK
RGB Variations
Color information
#DA9CF1 (or 0xDA9CF1) is known color: Mauve. HEX triplet: DA, 9C and F1. RGB value is (218,156,241). Sum of RGB (Red+Green+Blue) = 218+156+241=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA9CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CF1 is #25630E. Grayscale: #B7B7B7. Windows color (decimal): -2450191 or 15834330. OLE color: 15834330.
HSL color Cylindrical-coordinate representation of color #DA9CF1: hue angle of 283.76º 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 #DA9CF1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 156 | 241 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.05 |
| HSL | 283.76º | 0.75% | 0.78% | - |
| HSV(B) | 283.76º | 0.35% | 0.95% | - |
| XYZ | 56.68 | 45.03 | 88.92 | - |
| YUV | 184.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 241 | 0.10 | 0.35 | 0 | 0.05 | 283.76 | 0.75 | 0.78 |
| Hex | DA | 9C | F1 | A | 23 | 0 | 5 | 11C | 4B | 4E |
| Octal | 332 | 234 | 361 | 12 | 43 | 0 | 5 | 434 | 113 | 116 |
| Binary | 11011010 | 10011100 | 11110001 | 1010 | 100011 | 0 | 101 | 100011100 | 1001011 | 1001110 |
Color Harmonies of #DA9CF1
Complementary color
Monochromatic Colors of #DA9CF1
Black with #DA9CF1
Text Example
Text Example
White with #DA9CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CF1; }
p { color: rgb(218,156,241); }
H1.HeaderClassName
{
color: #DA9CF1;
}
.AnyTagClassName
{
color: #DA9CF1;
}
</style>
background-color css
<style>
a { background-color: #DA9CF1; }
a { background-color: rgb(218,156,241); }
div.DivClassName
{
background-color: #DA9CF1;
}
.BgClassName
{
background-color: #DA9CF1;
}
</style>
border-color css
<style>
span { border-color: #DA9CF1; }
span { border-color: rgb(218,156,241); }
td.TdClassName
{
border-color: #DA9CF1;
}
.TagClassName
{
border-color: #DA9CF1;
}
</style>