Shades of Mauve #DBA7FA
Tints of Mauve #DBA7FA
RGB
CMYK
RGB Variations
Color information
#DBA7FA (or 0xDBA7FA) is known color: Mauve. HEX triplet: DB, A7 and FA. RGB value is (219,167,250). Sum of RGB (Red+Green+Blue) = 219+167+250=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7FA is #245805. Grayscale: #BFBFBF. Windows color (decimal): -2381830 or 16426971. OLE color: 16426971.
HSL color Cylindrical-coordinate representation of color #DBA7FA: hue angle of 277.59º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA7FA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 167 | 250 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.02 |
| HSL | 277.59º | 0.89% | 0.82% | - |
| HSV(B) | 277.59º | 0.33% | 0.98% | - |
| XYZ | 60.29 | 49.6 | 96.84 | - |
| YUV | 192.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 250 | 0.12 | 0.33 | 0 | 0.02 | 277.59 | 0.89 | 0.82 |
| Hex | DB | A7 | FA | C | 21 | 0 | 2 | 116 | 59 | 52 |
| Octal | 333 | 247 | 372 | 14 | 41 | 0 | 2 | 426 | 131 | 122 |
| Binary | 11011011 | 10100111 | 11111010 | 1100 | 100001 | 0 | 10 | 100010110 | 1011001 | 1010010 |
Color Harmonies of #DBA7FA
Complementary color
Monochromatic Colors of #DBA7FA
Black with #DBA7FA
Text Example
Text Example
White with #DBA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7FA; }
p { color: rgb(219,167,250); }
H1.HeaderClassName
{
color: #DBA7FA;
}
.AnyTagClassName
{
color: #DBA7FA;
}
</style>
background-color css
<style>
a { background-color: #DBA7FA; }
a { background-color: rgb(219,167,250); }
div.DivClassName
{
background-color: #DBA7FA;
}
.BgClassName
{
background-color: #DBA7FA;
}
</style>
border-color css
<style>
span { border-color: #DBA7FA; }
span { border-color: rgb(219,167,250); }
td.TdClassName
{
border-color: #DBA7FA;
}
.TagClassName
{
border-color: #DBA7FA;
}
</style>