Shades of Mauve #DA9DFF
Tints of Mauve #DA9DFF
RGB
CMYK
RGB Variations
Color information
#DA9DFF (or 0xDA9DFF) is known color: Mauve. HEX triplet: DA, 9D and FF. RGB value is (218,157,255). Sum of RGB (Red+Green+Blue) = 218+157+255=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DFF is #256200. Grayscale: #BABABA. Windows color (decimal): -2449921 or 16752090. OLE color: 16752090.
HSL color Cylindrical-coordinate representation of color #DA9DFF: hue angle of 277.35º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9DFF is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 157 | 255 | - |
| CMYK | 0.15 | 0.38 | 0 | 0 |
| HSL | 277.35º | 1% | 0.81% | - |
| HSV(B) | 277.35º | 0.38% | 1% | - |
| XYZ | 59.02 | 46.24 | 100.42 | - |
| YUV | 186.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 157 | 255 | 0.15 | 0.38 | 0 | 0 | 277.35 | 1 | 0.81 |
| Hex | DA | 9D | FF | F | 26 | 0 | 0 | 115 | 64 | 51 |
| Octal | 332 | 235 | 377 | 17 | 46 | 0 | 0 | 425 | 144 | 121 |
| Binary | 11011010 | 10011101 | 11111111 | 1111 | 100110 | 0 | 0 | 100010101 | 1100100 | 1010001 |
Color Harmonies of #DA9DFF
Complementary color
Monochromatic Colors of #DA9DFF
Black with #DA9DFF
Text Example
Text Example
White with #DA9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DFF; }
p { color: rgb(218,157,255); }
H1.HeaderClassName
{
color: #DA9DFF;
}
.AnyTagClassName
{
color: #DA9DFF;
}
</style>
background-color css
<style>
a { background-color: #DA9DFF; }
a { background-color: rgb(218,157,255); }
div.DivClassName
{
background-color: #DA9DFF;
}
.BgClassName
{
background-color: #DA9DFF;
}
</style>
border-color css
<style>
span { border-color: #DA9DFF; }
span { border-color: rgb(218,157,255); }
td.TdClassName
{
border-color: #DA9DFF;
}
.TagClassName
{
border-color: #DA9DFF;
}
</style>