Shades of Mauve #DBA9F2
Tints of Mauve #DBA9F2
RGB
CMYK
RGB Variations
Color information
#DBA9F2 (or 0xDBA9F2) is known color: Mauve. HEX triplet: DB, A9 and F2. RGB value is (219,169,242). Sum of RGB (Red+Green+Blue) = 219+169+242=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9F2 is #24560D. Grayscale: #C0C0C0. Windows color (decimal): -2381326 or 15903195. OLE color: 15903195.
HSL color Cylindrical-coordinate representation of color #DBA9F2: hue angle of 281.1º degrees, saturation: 0.74, 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 #DBA9F2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 169 | 242 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.05 |
| HSL | 281.1º | 0.74% | 0.81% | - |
| HSV(B) | 281.1º | 0.3% | 0.95% | - |
| XYZ | 59.43 | 49.85 | 90.49 | - |
| YUV | 192.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 242 | 0.10 | 0.30 | 0 | 0.05 | 281.1 | 0.74 | 0.81 |
| Hex | DB | A9 | F2 | A | 1E | 0 | 5 | 119 | 4A | 51 |
| Octal | 333 | 251 | 362 | 12 | 36 | 0 | 5 | 431 | 112 | 121 |
| Binary | 11011011 | 10101001 | 11110010 | 1010 | 11110 | 0 | 101 | 100011001 | 1001010 | 1010001 |
Color Harmonies of #DBA9F2
Complementary color
Monochromatic Colors of #DBA9F2
Black with #DBA9F2
Text Example
Text Example
White with #DBA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9F2; }
p { color: rgb(219,169,242); }
H1.HeaderClassName
{
color: #DBA9F2;
}
.AnyTagClassName
{
color: #DBA9F2;
}
</style>
background-color css
<style>
a { background-color: #DBA9F2; }
a { background-color: rgb(219,169,242); }
div.DivClassName
{
background-color: #DBA9F2;
}
.BgClassName
{
background-color: #DBA9F2;
}
</style>
border-color css
<style>
span { border-color: #DBA9F2; }
span { border-color: rgb(219,169,242); }
td.TdClassName
{
border-color: #DBA9F2;
}
.TagClassName
{
border-color: #DBA9F2;
}
</style>