Shades of Mauve #DB9FFD
Tints of Mauve #DB9FFD
RGB
CMYK
RGB Variations
Color information
#DB9FFD (or 0xDB9FFD) is known color: Mauve. HEX triplet: DB, 9F and FD. RGB value is (219,159,253). Sum of RGB (Red+Green+Blue) = 219+159+253=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FFD is #246002. Grayscale: #BBBBBB. Windows color (decimal): -2383875 or 16621531. OLE color: 16621531.
HSL color Cylindrical-coordinate representation of color #DB9FFD: hue angle of 278.3º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9FFD is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 159 | 253 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.01 |
| HSL | 278.3º | 0.96% | 0.81% | - |
| HSV(B) | 278.3º | 0.37% | 0.99% | - |
| XYZ | 59.34 | 46.95 | 98.86 | - |
| YUV | 187.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 253 | 0.13 | 0.37 | 0 | 0.01 | 278.3 | 0.96 | 0.81 |
| Hex | DB | 9F | FD | D | 25 | 0 | 1 | 116 | 60 | 51 |
| Octal | 333 | 237 | 375 | 15 | 45 | 0 | 1 | 426 | 140 | 121 |
| Binary | 11011011 | 10011111 | 11111101 | 1101 | 100101 | 0 | 1 | 100010110 | 1100000 | 1010001 |
Color Harmonies of #DB9FFD
Complementary color
Monochromatic Colors of #DB9FFD
Black with #DB9FFD
Text Example
Text Example
White with #DB9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FFD; }
p { color: rgb(219,159,253); }
H1.HeaderClassName
{
color: #DB9FFD;
}
.AnyTagClassName
{
color: #DB9FFD;
}
</style>
background-color css
<style>
a { background-color: #DB9FFD; }
a { background-color: rgb(219,159,253); }
div.DivClassName
{
background-color: #DB9FFD;
}
.BgClassName
{
background-color: #DB9FFD;
}
</style>
border-color css
<style>
span { border-color: #DB9FFD; }
span { border-color: rgb(219,159,253); }
td.TdClassName
{
border-color: #DB9FFD;
}
.TagClassName
{
border-color: #DB9FFD;
}
</style>