Shades of Mauve #DB9FFA
Tints of Mauve #DB9FFA
RGB
CMYK
RGB Variations
Color information
#DB9FFA (or 0xDB9FFA) is known color: Mauve. HEX triplet: DB, 9F and FA. RGB value is (219,159,250). Sum of RGB (Red+Green+Blue) = 219+159+250=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 159 (62.5% from 255 or 25.32% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFA is #246005. Grayscale: #BBBBBB. Windows color (decimal): -2383878 or 16424923. OLE color: 16424923.
HSL color Cylindrical-coordinate representation of color #DB9FFA: hue angle of 279.56º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9FFA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 159 | 250 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.02 |
| HSL | 279.56º | 0.9% | 0.8% | - |
| HSV(B) | 279.56º | 0.36% | 0.98% | - |
| XYZ | 58.87 | 46.76 | 96.37 | - |
| YUV | 187.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 250 | 0.12 | 0.36 | 0 | 0.02 | 279.56 | 0.9 | 0.8 |
| Hex | DB | 9F | FA | C | 24 | 0 | 2 | 118 | 5A | 50 |
| Octal | 333 | 237 | 372 | 14 | 44 | 0 | 2 | 430 | 132 | 120 |
| Binary | 11011011 | 10011111 | 11111010 | 1100 | 100100 | 0 | 10 | 100011000 | 1011010 | 1010000 |
Color Harmonies of #DB9FFA
Complementary color
Monochromatic Colors of #DB9FFA
Black with #DB9FFA
Text Example
Text Example
White with #DB9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FFA; }
p { color: rgb(219,159,250); }
H1.HeaderClassName
{
color: #DB9FFA;
}
.AnyTagClassName
{
color: #DB9FFA;
}
</style>
background-color css
<style>
a { background-color: #DB9FFA; }
a { background-color: rgb(219,159,250); }
div.DivClassName
{
background-color: #DB9FFA;
}
.BgClassName
{
background-color: #DB9FFA;
}
</style>
border-color css
<style>
span { border-color: #DB9FFA; }
span { border-color: rgb(219,159,250); }
td.TdClassName
{
border-color: #DB9FFA;
}
.TagClassName
{
border-color: #DB9FFA;
}
</style>