Shades of Mauve #DB9FFB
Tints of Mauve #DB9FFB
RGB
CMYK
RGB Variations
Color information
#DB9FFB (or 0xDB9FFB) is known color: Mauve. HEX triplet: DB, 9F and FB. RGB value is (219,159,251). Sum of RGB (Red+Green+Blue) = 219+159+251=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFB is #246004. Grayscale: #BBBBBB. Windows color (decimal): -2383877 or 16490459. OLE color: 16490459.
HSL color Cylindrical-coordinate representation of color #DB9FFB: hue angle of 279.13º degrees, saturation: 0.92, 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 #DB9FFB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 159 | 251 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.02 |
| HSL | 279.13º | 0.92% | 0.8% | - |
| HSV(B) | 279.13º | 0.37% | 0.98% | - |
| XYZ | 59.02 | 46.82 | 97.19 | - |
| YUV | 187.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 251 | 0.13 | 0.37 | 0 | 0.02 | 279.13 | 0.92 | 0.8 |
| Hex | DB | 9F | FB | D | 25 | 0 | 2 | 117 | 5C | 50 |
| Octal | 333 | 237 | 373 | 15 | 45 | 0 | 2 | 427 | 134 | 120 |
| Binary | 11011011 | 10011111 | 11111011 | 1101 | 100101 | 0 | 10 | 100010111 | 1011100 | 1010000 |
Color Harmonies of #DB9FFB
Complementary color
Monochromatic Colors of #DB9FFB
Black with #DB9FFB
Text Example
Text Example
White with #DB9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FFB; }
p { color: rgb(219,159,251); }
H1.HeaderClassName
{
color: #DB9FFB;
}
.AnyTagClassName
{
color: #DB9FFB;
}
</style>
background-color css
<style>
a { background-color: #DB9FFB; }
a { background-color: rgb(219,159,251); }
div.DivClassName
{
background-color: #DB9FFB;
}
.BgClassName
{
background-color: #DB9FFB;
}
</style>
border-color css
<style>
span { border-color: #DB9FFB; }
span { border-color: rgb(219,159,251); }
td.TdClassName
{
border-color: #DB9FFB;
}
.TagClassName
{
border-color: #DB9FFB;
}
</style>