Shades of Mauve #DBA9F3
Tints of Mauve #DBA9F3
RGB
CMYK
RGB Variations
Color information
#DBA9F3 (or 0xDBA9F3) is known color: Mauve. HEX triplet: DB, A9 and F3. RGB value is (219,169,243). Sum of RGB (Red+Green+Blue) = 219+169+243=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9F3 is #24560C. Grayscale: #C0C0C0. Windows color (decimal): -2381325 or 15968731. OLE color: 15968731.
HSL color Cylindrical-coordinate representation of color #DBA9F3: hue angle of 280.54º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA9F3 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 169 | 243 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.05 |
| HSL | 280.54º | 0.76% | 0.81% | - |
| HSV(B) | 280.54º | 0.3% | 0.95% | - |
| XYZ | 59.58 | 49.91 | 91.29 | - |
| YUV | 192.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 243 | 0.10 | 0.30 | 0 | 0.05 | 280.54 | 0.76 | 0.81 |
| Hex | DB | A9 | F3 | A | 1E | 0 | 5 | 119 | 4C | 51 |
| Octal | 333 | 251 | 363 | 12 | 36 | 0 | 5 | 431 | 114 | 121 |
| Binary | 11011011 | 10101001 | 11110011 | 1010 | 11110 | 0 | 101 | 100011001 | 1001100 | 1010001 |
Color Harmonies of #DBA9F3
Complementary color
Monochromatic Colors of #DBA9F3
Black with #DBA9F3
Text Example
Text Example
White with #DBA9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9F3; }
p { color: rgb(219,169,243); }
H1.HeaderClassName
{
color: #DBA9F3;
}
.AnyTagClassName
{
color: #DBA9F3;
}
</style>
background-color css
<style>
a { background-color: #DBA9F3; }
a { background-color: rgb(219,169,243); }
div.DivClassName
{
background-color: #DBA9F3;
}
.BgClassName
{
background-color: #DBA9F3;
}
</style>
border-color css
<style>
span { border-color: #DBA9F3; }
span { border-color: rgb(219,169,243); }
td.TdClassName
{
border-color: #DBA9F3;
}
.TagClassName
{
border-color: #DBA9F3;
}
</style>