Shades of Mauve #DA9DFD
Tints of Mauve #DA9DFD
RGB
CMYK
RGB Variations
Color information
#DA9DFD (or 0xDA9DFD) is known color: Mauve. HEX triplet: DA, 9D and FD. RGB value is (218,157,253). Sum of RGB (Red+Green+Blue) = 218+157+253=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 157 (61.72% from 255 or 25% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DFD is #256202. Grayscale: #B9B9B9. Windows color (decimal): -2449923 or 16621018. OLE color: 16621018.
HSL color Cylindrical-coordinate representation of color #DA9DFD: hue angle of 278.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9DFD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 157 | 253 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.01 |
| HSL | 278.13º | 0.96% | 0.8% | - |
| HSV(B) | 278.13º | 0.38% | 0.99% | - |
| XYZ | 58.7 | 46.11 | 98.74 | - |
| YUV | 186.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 253 | 0.14 | 0.38 | 0 | 0.01 | 278.13 | 0.96 | 0.8 |
| Hex | DA | 9D | FD | E | 26 | 0 | 1 | 116 | 60 | 50 |
| Octal | 332 | 235 | 375 | 16 | 46 | 0 | 1 | 426 | 140 | 120 |
| Binary | 11011010 | 10011101 | 11111101 | 1110 | 100110 | 0 | 1 | 100010110 | 1100000 | 1010000 |
Color Harmonies of #DA9DFD
Complementary color
Monochromatic Colors of #DA9DFD
Black with #DA9DFD
Text Example
Text Example
White with #DA9DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DFD; }
p { color: rgb(218,157,253); }
H1.HeaderClassName
{
color: #DA9DFD;
}
.AnyTagClassName
{
color: #DA9DFD;
}
</style>
background-color css
<style>
a { background-color: #DA9DFD; }
a { background-color: rgb(218,157,253); }
div.DivClassName
{
background-color: #DA9DFD;
}
.BgClassName
{
background-color: #DA9DFD;
}
</style>
border-color css
<style>
span { border-color: #DA9DFD; }
span { border-color: rgb(218,157,253); }
td.TdClassName
{
border-color: #DA9DFD;
}
.TagClassName
{
border-color: #DA9DFD;
}
</style>