Shades of Mauve #DB9FF0
Tints of Mauve #DB9FF0
RGB
CMYK
RGB Variations
Color information
#DB9FF0 (or 0xDB9FF0) is known color: Mauve. HEX triplet: DB, 9F and F0. RGB value is (219,159,240). Sum of RGB (Red+Green+Blue) = 219+159+240=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB9FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FF0 is #24600F. Grayscale: #B9B9B9. Windows color (decimal): -2383888 or 15769563. OLE color: 15769563.
HSL color Cylindrical-coordinate representation of color #DB9FF0: hue angle of 284.44º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9FF0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 159 | 240 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.06 |
| HSL | 284.44º | 0.73% | 0.78% | - |
| HSV(B) | 284.44º | 0.34% | 0.94% | - |
| XYZ | 57.34 | 46.15 | 88.32 | - |
| YUV | 186.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 240 | 0.09 | 0.34 | 0 | 0.06 | 284.44 | 0.73 | 0.78 |
| Hex | DB | 9F | F0 | 9 | 22 | 0 | 6 | 11C | 49 | 4E |
| Octal | 333 | 237 | 360 | 11 | 42 | 0 | 6 | 434 | 111 | 116 |
| Binary | 11011011 | 10011111 | 11110000 | 1001 | 100010 | 0 | 110 | 100011100 | 1001001 | 1001110 |
Color Harmonies of #DB9FF0
Complementary color
Monochromatic Colors of #DB9FF0
Black with #DB9FF0
Text Example
Text Example
White with #DB9FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FF0; }
p { color: rgb(219,159,240); }
H1.HeaderClassName
{
color: #DB9FF0;
}
.AnyTagClassName
{
color: #DB9FF0;
}
</style>
background-color css
<style>
a { background-color: #DB9FF0; }
a { background-color: rgb(219,159,240); }
div.DivClassName
{
background-color: #DB9FF0;
}
.BgClassName
{
background-color: #DB9FF0;
}
</style>
border-color css
<style>
span { border-color: #DB9FF0; }
span { border-color: rgb(219,159,240); }
td.TdClassName
{
border-color: #DB9FF0;
}
.TagClassName
{
border-color: #DB9FF0;
}
</style>