Shades of Mauve #DB9EFF
Tints of Mauve #DB9EFF
RGB
CMYK
RGB Variations
Color information
#DB9EFF (or 0xDB9EFF) is known color: Mauve. HEX triplet: DB, 9E and FF. RGB value is (219,158,255). Sum of RGB (Red+Green+Blue) = 219+158+255=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EFF is #246100. Grayscale: #BABABA. Windows color (decimal): -2384129 or 16752347. OLE color: 16752347.
HSL color Cylindrical-coordinate representation of color #DB9EFF: hue angle of 277.73º 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 #DB9EFF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 158 | 255 | - |
| CMYK | 0.14 | 0.38 | 0 | 0 |
| HSL | 277.73º | 1% | 0.81% | - |
| HSV(B) | 277.73º | 0.38% | 1% | - |
| XYZ | 59.49 | 46.73 | 100.49 | - |
| YUV | 187.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 255 | 0.14 | 0.38 | 0 | 0 | 277.73 | 1 | 0.81 |
| Hex | DB | 9E | FF | E | 26 | 0 | 0 | 116 | 64 | 51 |
| Octal | 333 | 236 | 377 | 16 | 46 | 0 | 0 | 426 | 144 | 121 |
| Binary | 11011011 | 10011110 | 11111111 | 1110 | 100110 | 0 | 0 | 100010110 | 1100100 | 1010001 |
Color Harmonies of #DB9EFF
Complementary color
Monochromatic Colors of #DB9EFF
Black with #DB9EFF
Text Example
Text Example
White with #DB9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EFF; }
p { color: rgb(219,158,255); }
H1.HeaderClassName
{
color: #DB9EFF;
}
.AnyTagClassName
{
color: #DB9EFF;
}
</style>
background-color css
<style>
a { background-color: #DB9EFF; }
a { background-color: rgb(219,158,255); }
div.DivClassName
{
background-color: #DB9EFF;
}
.BgClassName
{
background-color: #DB9EFF;
}
</style>
border-color css
<style>
span { border-color: #DB9EFF; }
span { border-color: rgb(219,158,255); }
td.TdClassName
{
border-color: #DB9EFF;
}
.TagClassName
{
border-color: #DB9EFF;
}
</style>