Shades of Mauve #DB9DFF
Tints of Mauve #DB9DFF
RGB
CMYK
RGB Variations
Color information
#DB9DFF (or 0xDB9DFF) is known color: Mauve. HEX triplet: DB, 9D and FF. RGB value is (219,157,255). Sum of RGB (Red+Green+Blue) = 219+157+255=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9DFF is #246200. Grayscale: #BABABA. Windows color (decimal): -2384385 or 16752091. OLE color: 16752091.
HSL color Cylindrical-coordinate representation of color #DB9DFF: hue angle of 277.96º 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 #DB9DFF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 157 | 255 | - |
| CMYK | 0.14 | 0.38 | 0 | 0 |
| HSL | 277.96º | 1% | 0.81% | - |
| HSV(B) | 277.96º | 0.38% | 1% | - |
| XYZ | 59.32 | 46.39 | 100.44 | - |
| YUV | 186.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 255 | 0.14 | 0.38 | 0 | 0 | 277.96 | 1 | 0.81 |
| Hex | DB | 9D | FF | E | 26 | 0 | 0 | 116 | 64 | 51 |
| Octal | 333 | 235 | 377 | 16 | 46 | 0 | 0 | 426 | 144 | 121 |
| Binary | 11011011 | 10011101 | 11111111 | 1110 | 100110 | 0 | 0 | 100010110 | 1100100 | 1010001 |
Color Harmonies of #DB9DFF
Complementary color
Monochromatic Colors of #DB9DFF
Black with #DB9DFF
Text Example
Text Example
White with #DB9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DFF; }
p { color: rgb(219,157,255); }
H1.HeaderClassName
{
color: #DB9DFF;
}
.AnyTagClassName
{
color: #DB9DFF;
}
</style>
background-color css
<style>
a { background-color: #DB9DFF; }
a { background-color: rgb(219,157,255); }
div.DivClassName
{
background-color: #DB9DFF;
}
.BgClassName
{
background-color: #DB9DFF;
}
</style>
border-color css
<style>
span { border-color: #DB9DFF; }
span { border-color: rgb(219,157,255); }
td.TdClassName
{
border-color: #DB9DFF;
}
.TagClassName
{
border-color: #DB9DFF;
}
</style>