Shades of Mauve #DB9FF6
Tints of Mauve #DB9FF6
RGB
CMYK
RGB Variations
Color information
#DB9FF6 (or 0xDB9FF6) is known color: Mauve. HEX triplet: DB, 9F and F6. RGB value is (219,159,246). Sum of RGB (Red+Green+Blue) = 219+159+246=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB9FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FF6 is #246009. Grayscale: #BABABA. Windows color (decimal): -2383882 or 16162779. OLE color: 16162779.
HSL color Cylindrical-coordinate representation of color #DB9FF6: hue angle of 281.38º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9FF6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 159 | 246 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.04 |
| HSL | 281.38º | 0.83% | 0.79% | - |
| HSV(B) | 281.38º | 0.35% | 0.96% | - |
| XYZ | 58.25 | 46.51 | 93.1 | - |
| YUV | 186.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 246 | 0.11 | 0.35 | 0 | 0.04 | 281.38 | 0.83 | 0.79 |
| Hex | DB | 9F | F6 | B | 23 | 0 | 4 | 119 | 53 | 4F |
| Octal | 333 | 237 | 366 | 13 | 43 | 0 | 4 | 431 | 123 | 117 |
| Binary | 11011011 | 10011111 | 11110110 | 1011 | 100011 | 0 | 100 | 100011001 | 1010011 | 1001111 |
Color Harmonies of #DB9FF6
Complementary color
Monochromatic Colors of #DB9FF6
Black with #DB9FF6
Text Example
Text Example
White with #DB9FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FF6; }
p { color: rgb(219,159,246); }
H1.HeaderClassName
{
color: #DB9FF6;
}
.AnyTagClassName
{
color: #DB9FF6;
}
</style>
background-color css
<style>
a { background-color: #DB9FF6; }
a { background-color: rgb(219,159,246); }
div.DivClassName
{
background-color: #DB9FF6;
}
.BgClassName
{
background-color: #DB9FF6;
}
</style>
border-color css
<style>
span { border-color: #DB9FF6; }
span { border-color: rgb(219,159,246); }
td.TdClassName
{
border-color: #DB9FF6;
}
.TagClassName
{
border-color: #DB9FF6;
}
</style>