Shades of Mauve #DB9BFB
Tints of Mauve #DB9BFB
RGB
CMYK
RGB Variations
Color information
#DB9BFB (or 0xDB9BFB) is known color: Mauve. HEX triplet: DB, 9B and FB. RGB value is (219,155,251). Sum of RGB (Red+Green+Blue) = 219+155+251=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFB is #246404. Grayscale: #B8B8B8. Windows color (decimal): -2384901 or 16489435. OLE color: 16489435.
HSL color Cylindrical-coordinate representation of color #DB9BFB: hue angle of 280º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9BFB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 155 | 251 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.02 |
| HSL | 280º | 0.92% | 0.8% | - |
| HSV(B) | 280º | 0.38% | 0.98% | - |
| XYZ | 58.35 | 45.47 | 96.97 | - |
| YUV | 185.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 251 | 0.13 | 0.38 | 0 | 0.02 | 280 | 0.92 | 0.8 |
| Hex | DB | 9B | FB | D | 26 | 0 | 2 | 118 | 5C | 50 |
| Octal | 333 | 233 | 373 | 15 | 46 | 0 | 2 | 430 | 134 | 120 |
| Binary | 11011011 | 10011011 | 11111011 | 1101 | 100110 | 0 | 10 | 100011000 | 1011100 | 1010000 |
Color Harmonies of #DB9BFB
Complementary color
Monochromatic Colors of #DB9BFB
Black with #DB9BFB
Text Example
Text Example
White with #DB9BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BFB; }
p { color: rgb(219,155,251); }
H1.HeaderClassName
{
color: #DB9BFB;
}
.AnyTagClassName
{
color: #DB9BFB;
}
</style>
background-color css
<style>
a { background-color: #DB9BFB; }
a { background-color: rgb(219,155,251); }
div.DivClassName
{
background-color: #DB9BFB;
}
.BgClassName
{
background-color: #DB9BFB;
}
</style>
border-color css
<style>
span { border-color: #DB9BFB; }
span { border-color: rgb(219,155,251); }
td.TdClassName
{
border-color: #DB9BFB;
}
.TagClassName
{
border-color: #DB9BFB;
}
</style>