Shades of Mauve #DBA3FA
Tints of Mauve #DBA3FA
RGB
CMYK
RGB Variations
Color information
#DBA3FA (or 0xDBA3FA) is known color: Mauve. HEX triplet: DB, A3 and FA. RGB value is (219,163,250). Sum of RGB (Red+Green+Blue) = 219+163+250=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3FA is #245C05. Grayscale: #BDBDBD. Windows color (decimal): -2382854 or 16425947. OLE color: 16425947.
HSL color Cylindrical-coordinate representation of color #DBA3FA: hue angle of 278.62º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA3FA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 163 | 250 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.02 |
| HSL | 278.62º | 0.9% | 0.81% | - |
| HSV(B) | 278.62º | 0.35% | 0.98% | - |
| XYZ | 59.57 | 48.16 | 96.6 | - |
| YUV | 189.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 250 | 0.12 | 0.35 | 0 | 0.02 | 278.62 | 0.9 | 0.81 |
| Hex | DB | A3 | FA | C | 23 | 0 | 2 | 117 | 5A | 51 |
| Octal | 333 | 243 | 372 | 14 | 43 | 0 | 2 | 427 | 132 | 121 |
| Binary | 11011011 | 10100011 | 11111010 | 1100 | 100011 | 0 | 10 | 100010111 | 1011010 | 1010001 |
Color Harmonies of #DBA3FA
Complementary color
Monochromatic Colors of #DBA3FA
Black with #DBA3FA
Text Example
Text Example
White with #DBA3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3FA; }
p { color: rgb(219,163,250); }
H1.HeaderClassName
{
color: #DBA3FA;
}
.AnyTagClassName
{
color: #DBA3FA;
}
</style>
background-color css
<style>
a { background-color: #DBA3FA; }
a { background-color: rgb(219,163,250); }
div.DivClassName
{
background-color: #DBA3FA;
}
.BgClassName
{
background-color: #DBA3FA;
}
</style>
border-color css
<style>
span { border-color: #DBA3FA; }
span { border-color: rgb(219,163,250); }
td.TdClassName
{
border-color: #DBA3FA;
}
.TagClassName
{
border-color: #DBA3FA;
}
</style>