Shades of Mauve #DBA3F8
Tints of Mauve #DBA3F8
RGB
CMYK
RGB Variations
Color information
#DBA3F8 (or 0xDBA3F8) is known color: Mauve. HEX triplet: DB, A3 and F8. RGB value is (219,163,248). Sum of RGB (Red+Green+Blue) = 219+163+248=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #DBA3F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3F8 is #245C07. Grayscale: #BDBDBD. Windows color (decimal): -2382856 or 16294875. OLE color: 16294875.
HSL color Cylindrical-coordinate representation of color #DBA3F8: hue angle of 279.53º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBA3F8 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 163 | 248 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.03 |
| HSL | 279.53º | 0.86% | 0.81% | - |
| HSV(B) | 279.53º | 0.34% | 0.97% | - |
| XYZ | 59.25 | 48.03 | 94.95 | - |
| YUV | 189.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 248 | 0.12 | 0.34 | 0 | 0.03 | 279.53 | 0.86 | 0.81 |
| Hex | DB | A3 | F8 | C | 22 | 0 | 3 | 118 | 56 | 51 |
| Octal | 333 | 243 | 370 | 14 | 42 | 0 | 3 | 430 | 126 | 121 |
| Binary | 11011011 | 10100011 | 11111000 | 1100 | 100010 | 0 | 11 | 100011000 | 1010110 | 1010001 |
Color Harmonies of #DBA3F8
Complementary color
Monochromatic Colors of #DBA3F8
Black with #DBA3F8
Text Example
Text Example
White with #DBA3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3F8; }
p { color: rgb(219,163,248); }
H1.HeaderClassName
{
color: #DBA3F8;
}
.AnyTagClassName
{
color: #DBA3F8;
}
</style>
background-color css
<style>
a { background-color: #DBA3F8; }
a { background-color: rgb(219,163,248); }
div.DivClassName
{
background-color: #DBA3F8;
}
.BgClassName
{
background-color: #DBA3F8;
}
</style>
border-color css
<style>
span { border-color: #DBA3F8; }
span { border-color: rgb(219,163,248); }
td.TdClassName
{
border-color: #DBA3F8;
}
.TagClassName
{
border-color: #DBA3F8;
}
</style>