Shades of Mauve #DA9CFA
Tints of Mauve #DA9CFA
RGB
CMYK
RGB Variations
Color information
#DA9CFA (or 0xDA9CFA) is known color: Mauve. HEX triplet: DA, 9C and FA. RGB value is (218,156,250). Sum of RGB (Red+Green+Blue) = 218+156+250=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CFA is #256305. Grayscale: #B8B8B8. Windows color (decimal): -2450182 or 16424154. OLE color: 16424154.
HSL color Cylindrical-coordinate representation of color #DA9CFA: hue angle of 279.57º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9CFA is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 156 | 250 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.02 |
| HSL | 279.57º | 0.9% | 0.8% | - |
| HSV(B) | 279.57º | 0.38% | 0.98% | - |
| XYZ | 58.06 | 45.58 | 96.18 | - |
| YUV | 185.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 250 | 0.13 | 0.38 | 0 | 0.02 | 279.57 | 0.9 | 0.8 |
| Hex | DA | 9C | FA | D | 26 | 0 | 2 | 118 | 5A | 50 |
| Octal | 332 | 234 | 372 | 15 | 46 | 0 | 2 | 430 | 132 | 120 |
| Binary | 11011010 | 10011100 | 11111010 | 1101 | 100110 | 0 | 10 | 100011000 | 1011010 | 1010000 |
Color Harmonies of #DA9CFA
Complementary color
Monochromatic Colors of #DA9CFA
Black with #DA9CFA
Text Example
Text Example
White with #DA9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CFA; }
p { color: rgb(218,156,250); }
H1.HeaderClassName
{
color: #DA9CFA;
}
.AnyTagClassName
{
color: #DA9CFA;
}
</style>
background-color css
<style>
a { background-color: #DA9CFA; }
a { background-color: rgb(218,156,250); }
div.DivClassName
{
background-color: #DA9CFA;
}
.BgClassName
{
background-color: #DA9CFA;
}
</style>
border-color css
<style>
span { border-color: #DA9CFA; }
span { border-color: rgb(218,156,250); }
td.TdClassName
{
border-color: #DA9CFA;
}
.TagClassName
{
border-color: #DA9CFA;
}
</style>