Shades of Mauve #DB9FEF
Tints of Mauve #DB9FEF
RGB
CMYK
RGB Variations
Color information
#DB9FEF (or 0xDB9FEF) is known color: Mauve. HEX triplet: DB, 9F and EF. RGB value is (219,159,239). Sum of RGB (Red+Green+Blue) = 219+159+239=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FEF is #246010. Grayscale: #B9B9B9. Windows color (decimal): -2383889 or 15704027. OLE color: 15704027.
HSL color Cylindrical-coordinate representation of color #DB9FEF: hue angle of 285º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9FEF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 159 | 239 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.06 |
| HSL | 285º | 0.71% | 0.78% | - |
| HSV(B) | 285º | 0.33% | 0.94% | - |
| XYZ | 57.19 | 46.09 | 87.54 | - |
| YUV | 186.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 239 | 0.08 | 0.33 | 0 | 0.06 | 285 | 0.71 | 0.78 |
| Hex | DB | 9F | EF | 8 | 21 | 0 | 6 | 11D | 47 | 4E |
| Octal | 333 | 237 | 357 | 10 | 41 | 0 | 6 | 435 | 107 | 116 |
| Binary | 11011011 | 10011111 | 11101111 | 1000 | 100001 | 0 | 110 | 100011101 | 1000111 | 1001110 |
Color Harmonies of #DB9FEF
Complementary color
Monochromatic Colors of #DB9FEF
Black with #DB9FEF
Text Example
Text Example
White with #DB9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FEF; }
p { color: rgb(219,159,239); }
H1.HeaderClassName
{
color: #DB9FEF;
}
.AnyTagClassName
{
color: #DB9FEF;
}
</style>
background-color css
<style>
a { background-color: #DB9FEF; }
a { background-color: rgb(219,159,239); }
div.DivClassName
{
background-color: #DB9FEF;
}
.BgClassName
{
background-color: #DB9FEF;
}
</style>
border-color css
<style>
span { border-color: #DB9FEF; }
span { border-color: rgb(219,159,239); }
td.TdClassName
{
border-color: #DB9FEF;
}
.TagClassName
{
border-color: #DB9FEF;
}
</style>