Shades of Mauve #DB9BF8
Tints of Mauve #DB9BF8
RGB
CMYK
RGB Variations
Color information
#DB9BF8 (or 0xDB9BF8) is known color: Mauve. HEX triplet: DB, 9B and F8. RGB value is (219,155,248). Sum of RGB (Red+Green+Blue) = 219+155+248=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB9BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BF8 is #246407. Grayscale: #B8B8B8. Windows color (decimal): -2384904 or 16292827. OLE color: 16292827.
HSL color Cylindrical-coordinate representation of color #DB9BF8: hue angle of 281.29º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9BF8 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 155 | 248 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.03 |
| HSL | 281.29º | 0.87% | 0.79% | - |
| HSV(B) | 281.29º | 0.38% | 0.97% | - |
| XYZ | 57.88 | 45.28 | 94.5 | - |
| YUV | 184.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 248 | 0.12 | 0.38 | 0 | 0.03 | 281.29 | 0.87 | 0.79 |
| Hex | DB | 9B | F8 | C | 26 | 0 | 3 | 119 | 57 | 4F |
| Octal | 333 | 233 | 370 | 14 | 46 | 0 | 3 | 431 | 127 | 117 |
| Binary | 11011011 | 10011011 | 11111000 | 1100 | 100110 | 0 | 11 | 100011001 | 1010111 | 1001111 |
Color Harmonies of #DB9BF8
Complementary color
Monochromatic Colors of #DB9BF8
Black with #DB9BF8
Text Example
Text Example
White with #DB9BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BF8; }
p { color: rgb(219,155,248); }
H1.HeaderClassName
{
color: #DB9BF8;
}
.AnyTagClassName
{
color: #DB9BF8;
}
</style>
background-color css
<style>
a { background-color: #DB9BF8; }
a { background-color: rgb(219,155,248); }
div.DivClassName
{
background-color: #DB9BF8;
}
.BgClassName
{
background-color: #DB9BF8;
}
</style>
border-color css
<style>
span { border-color: #DB9BF8; }
span { border-color: rgb(219,155,248); }
td.TdClassName
{
border-color: #DB9BF8;
}
.TagClassName
{
border-color: #DB9BF8;
}
</style>