Shades of Mauve #DB9FFF
Tints of Mauve #DB9FFF
RGB
CMYK
RGB Variations
Color information
#DB9FFF (or 0xDB9FFF) is known color: Mauve. HEX triplet: DB, 9F and FF. RGB value is (219,159,255). Sum of RGB (Red+Green+Blue) = 219+159+255=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFF is #246000. Grayscale: #BBBBBB. Windows color (decimal): -2383873 or 16752603. OLE color: 16752603.
HSL color Cylindrical-coordinate representation of color #DB9FFF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9FFF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 159 | 255 | - |
| CMYK | 0.14 | 0.38 | 0 | 0 |
| HSL | 277.5º | 1% | 0.81% | - |
| HSV(B) | 277.5º | 0.38% | 1% | - |
| XYZ | 59.66 | 47.08 | 100.55 | - |
| YUV | 187.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 255 | 0.14 | 0.38 | 0 | 0 | 277.5 | 1 | 0.81 |
| Hex | DB | 9F | FF | E | 26 | 0 | 0 | 116 | 64 | 51 |
| Octal | 333 | 237 | 377 | 16 | 46 | 0 | 0 | 426 | 144 | 121 |
| Binary | 11011011 | 10011111 | 11111111 | 1110 | 100110 | 0 | 0 | 100010110 | 1100100 | 1010001 |
Color Harmonies of #DB9FFF
Complementary color
Monochromatic Colors of #DB9FFF
Black with #DB9FFF
Text Example
Text Example
White with #DB9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FFF; }
p { color: rgb(219,159,255); }
H1.HeaderClassName
{
color: #DB9FFF;
}
.AnyTagClassName
{
color: #DB9FFF;
}
</style>
background-color css
<style>
a { background-color: #DB9FFF; }
a { background-color: rgb(219,159,255); }
div.DivClassName
{
background-color: #DB9FFF;
}
.BgClassName
{
background-color: #DB9FFF;
}
</style>
border-color css
<style>
span { border-color: #DB9FFF; }
span { border-color: rgb(219,159,255); }
td.TdClassName
{
border-color: #DB9FFF;
}
.TagClassName
{
border-color: #DB9FFF;
}
</style>