Shades of Mauve #DBA2FA
Tints of Mauve #DBA2FA
RGB
CMYK
RGB Variations
Color information
#DBA2FA (or 0xDBA2FA) is known color: Mauve. HEX triplet: DB, A2 and FA. RGB value is (219,162,250). Sum of RGB (Red+Green+Blue) = 219+162+250=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2FA is #245D05. Grayscale: #BCBCBC. Windows color (decimal): -2383110 or 16425691. OLE color: 16425691.
HSL color Cylindrical-coordinate representation of color #DBA2FA: hue angle of 278.86º 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 #DBA2FA is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 162 | 250 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.02 |
| HSL | 278.86º | 0.9% | 0.81% | - |
| HSV(B) | 278.86º | 0.35% | 0.98% | - |
| XYZ | 59.39 | 47.8 | 96.54 | - |
| YUV | 189.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 250 | 0.12 | 0.35 | 0 | 0.02 | 278.86 | 0.9 | 0.81 |
| Hex | DB | A2 | FA | C | 23 | 0 | 2 | 117 | 5A | 51 |
| Octal | 333 | 242 | 372 | 14 | 43 | 0 | 2 | 427 | 132 | 121 |
| Binary | 11011011 | 10100010 | 11111010 | 1100 | 100011 | 0 | 10 | 100010111 | 1011010 | 1010001 |
Color Harmonies of #DBA2FA
Complementary color
Monochromatic Colors of #DBA2FA
Black with #DBA2FA
Text Example
Text Example
White with #DBA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2FA; }
p { color: rgb(219,162,250); }
H1.HeaderClassName
{
color: #DBA2FA;
}
.AnyTagClassName
{
color: #DBA2FA;
}
</style>
background-color css
<style>
a { background-color: #DBA2FA; }
a { background-color: rgb(219,162,250); }
div.DivClassName
{
background-color: #DBA2FA;
}
.BgClassName
{
background-color: #DBA2FA;
}
</style>
border-color css
<style>
span { border-color: #DBA2FA; }
span { border-color: rgb(219,162,250); }
td.TdClassName
{
border-color: #DBA2FA;
}
.TagClassName
{
border-color: #DBA2FA;
}
</style>