Shades of Mauve #DB9FFE
Tints of Mauve #DB9FFE
RGB
CMYK
RGB Variations
Color information
#DB9FFE (or 0xDB9FFE) is known color: Mauve. HEX triplet: DB, 9F and FE. RGB value is (219,159,254). Sum of RGB (Red+Green+Blue) = 219+159+254=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFE is #246001. Grayscale: #BBBBBB. Windows color (decimal): -2383874 or 16687067. OLE color: 16687067.
HSL color Cylindrical-coordinate representation of color #DB9FFE: hue angle of 277.89º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9FFE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 159 | 254 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.00 |
| HSL | 277.89º | 0.98% | 0.81% | - |
| HSV(B) | 277.89º | 0.37% | 1% | - |
| XYZ | 59.5 | 47.01 | 99.7 | - |
| YUV | 187.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 254 | 0.14 | 0.37 | 0 | 0.00 | 277.89 | 0.98 | 0.81 |
| Hex | DB | 9F | FE | E | 25 | 0 | 0 | 116 | 62 | 51 |
| Octal | 333 | 237 | 376 | 16 | 45 | 0 | 0 | 426 | 142 | 121 |
| Binary | 11011011 | 10011111 | 11111110 | 1110 | 100101 | 0 | 0 | 100010110 | 1100010 | 1010001 |
Color Harmonies of #DB9FFE
Complementary color
Monochromatic Colors of #DB9FFE
Black with #DB9FFE
Text Example
Text Example
White with #DB9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FFE; }
p { color: rgb(219,159,254); }
H1.HeaderClassName
{
color: #DB9FFE;
}
.AnyTagClassName
{
color: #DB9FFE;
}
</style>
background-color css
<style>
a { background-color: #DB9FFE; }
a { background-color: rgb(219,159,254); }
div.DivClassName
{
background-color: #DB9FFE;
}
.BgClassName
{
background-color: #DB9FFE;
}
</style>
border-color css
<style>
span { border-color: #DB9FFE; }
span { border-color: rgb(219,159,254); }
td.TdClassName
{
border-color: #DB9FFE;
}
.TagClassName
{
border-color: #DB9FFE;
}
</style>