Shades of Mauve #DB9FF1
Tints of Mauve #DB9FF1
RGB
CMYK
RGB Variations
Color information
#DB9FF1 (or 0xDB9FF1) is known color: Mauve. HEX triplet: DB, 9F and F1. RGB value is (219,159,241). Sum of RGB (Red+Green+Blue) = 219+159+241=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FF1 is #24600E. Grayscale: #BABABA. Windows color (decimal): -2383887 or 15835099. OLE color: 15835099.
HSL color Cylindrical-coordinate representation of color #DB9FF1: hue angle of 283.9º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9FF1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 159 | 241 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.05 |
| HSL | 283.9º | 0.75% | 0.78% | - |
| HSV(B) | 283.9º | 0.34% | 0.95% | - |
| XYZ | 57.49 | 46.21 | 89.11 | - |
| YUV | 186.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 241 | 0.09 | 0.34 | 0 | 0.05 | 283.9 | 0.75 | 0.78 |
| Hex | DB | 9F | F1 | 9 | 22 | 0 | 5 | 11C | 4B | 4E |
| Octal | 333 | 237 | 361 | 11 | 42 | 0 | 5 | 434 | 113 | 116 |
| Binary | 11011011 | 10011111 | 11110001 | 1001 | 100010 | 0 | 101 | 100011100 | 1001011 | 1001110 |
Color Harmonies of #DB9FF1
Complementary color
Monochromatic Colors of #DB9FF1
Black with #DB9FF1
Text Example
Text Example
White with #DB9FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FF1; }
p { color: rgb(219,159,241); }
H1.HeaderClassName
{
color: #DB9FF1;
}
.AnyTagClassName
{
color: #DB9FF1;
}
</style>
background-color css
<style>
a { background-color: #DB9FF1; }
a { background-color: rgb(219,159,241); }
div.DivClassName
{
background-color: #DB9FF1;
}
.BgClassName
{
background-color: #DB9FF1;
}
</style>
border-color css
<style>
span { border-color: #DB9FF1; }
span { border-color: rgb(219,159,241); }
td.TdClassName
{
border-color: #DB9FF1;
}
.TagClassName
{
border-color: #DB9FF1;
}
</style>