Shades of Mauve #DB9DFA
Tints of Mauve #DB9DFA
RGB
CMYK
RGB Variations
Color information
#DB9DFA (or 0xDB9DFA) is known color: Mauve. HEX triplet: DB, 9D and FA. RGB value is (219,157,250). Sum of RGB (Red+Green+Blue) = 219+157+250=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DFA is #246205. Grayscale: #B9B9B9. Windows color (decimal): -2384390 or 16424411. OLE color: 16424411.
HSL color Cylindrical-coordinate representation of color #DB9DFA: hue angle of 280º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9DFA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 157 | 250 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.02 |
| HSL | 280º | 0.9% | 0.8% | - |
| HSV(B) | 280º | 0.37% | 0.98% | - |
| XYZ | 58.53 | 46.08 | 96.25 | - |
| YUV | 186.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 250 | 0.12 | 0.37 | 0 | 0.02 | 280 | 0.9 | 0.8 |
| Hex | DB | 9D | FA | C | 25 | 0 | 2 | 118 | 5A | 50 |
| Octal | 333 | 235 | 372 | 14 | 45 | 0 | 2 | 430 | 132 | 120 |
| Binary | 11011011 | 10011101 | 11111010 | 1100 | 100101 | 0 | 10 | 100011000 | 1011010 | 1010000 |
Color Harmonies of #DB9DFA
Complementary color
Monochromatic Colors of #DB9DFA
Black with #DB9DFA
Text Example
Text Example
White with #DB9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DFA; }
p { color: rgb(219,157,250); }
H1.HeaderClassName
{
color: #DB9DFA;
}
.AnyTagClassName
{
color: #DB9DFA;
}
</style>
background-color css
<style>
a { background-color: #DB9DFA; }
a { background-color: rgb(219,157,250); }
div.DivClassName
{
background-color: #DB9DFA;
}
.BgClassName
{
background-color: #DB9DFA;
}
</style>
border-color css
<style>
span { border-color: #DB9DFA; }
span { border-color: rgb(219,157,250); }
td.TdClassName
{
border-color: #DB9DFA;
}
.TagClassName
{
border-color: #DB9DFA;
}
</style>