Shades of Mauve #DBA9FA
Tints of Mauve #DBA9FA
RGB
CMYK
RGB Variations
Color information
#DBA9FA (or 0xDBA9FA) is known color: Mauve. HEX triplet: DB, A9 and FA. RGB value is (219,169,250). Sum of RGB (Red+Green+Blue) = 219+169+250=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9FA is #245605. Grayscale: #C0C0C0. Windows color (decimal): -2381318 or 16427483. OLE color: 16427483.
HSL color Cylindrical-coordinate representation of color #DBA9FA: hue angle of 277.04º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA9FA is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 169 | 250 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.02 |
| HSL | 277.04º | 0.89% | 0.82% | - |
| HSV(B) | 277.04º | 0.32% | 0.98% | - |
| XYZ | 60.66 | 50.34 | 96.96 | - |
| YUV | 193.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 250 | 0.12 | 0.32 | 0 | 0.02 | 277.04 | 0.89 | 0.82 |
| Hex | DB | A9 | FA | C | 20 | 0 | 2 | 115 | 59 | 52 |
| Octal | 333 | 251 | 372 | 14 | 40 | 0 | 2 | 425 | 131 | 122 |
| Binary | 11011011 | 10101001 | 11111010 | 1100 | 100000 | 0 | 10 | 100010101 | 1011001 | 1010010 |
Color Harmonies of #DBA9FA
Complementary color
Monochromatic Colors of #DBA9FA
Black with #DBA9FA
Text Example
Text Example
White with #DBA9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9FA; }
p { color: rgb(219,169,250); }
H1.HeaderClassName
{
color: #DBA9FA;
}
.AnyTagClassName
{
color: #DBA9FA;
}
</style>
background-color css
<style>
a { background-color: #DBA9FA; }
a { background-color: rgb(219,169,250); }
div.DivClassName
{
background-color: #DBA9FA;
}
.BgClassName
{
background-color: #DBA9FA;
}
</style>
border-color css
<style>
span { border-color: #DBA9FA; }
span { border-color: rgb(219,169,250); }
td.TdClassName
{
border-color: #DBA9FA;
}
.TagClassName
{
border-color: #DBA9FA;
}
</style>