Shades of Mauve #DB9BFE
Tints of Mauve #DB9BFE
RGB
CMYK
RGB Variations
Color information
#DB9BFE (or 0xDB9BFE) is known color: Mauve. HEX triplet: DB, 9B and FE. RGB value is (219,155,254). Sum of RGB (Red+Green+Blue) = 219+155+254=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFE is #246401. Grayscale: #B9B9B9. Windows color (decimal): -2384898 or 16686043. OLE color: 16686043.
HSL color Cylindrical-coordinate representation of color #DB9BFE: hue angle of 278.79º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9BFE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 155 | 254 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.00 |
| HSL | 278.79º | 0.98% | 0.8% | - |
| HSV(B) | 278.79º | 0.39% | 1% | - |
| XYZ | 58.82 | 45.66 | 99.48 | - |
| YUV | 185.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 254 | 0.14 | 0.39 | 0 | 0.00 | 278.79 | 0.98 | 0.8 |
| Hex | DB | 9B | FE | E | 27 | 0 | 0 | 117 | 62 | 50 |
| Octal | 333 | 233 | 376 | 16 | 47 | 0 | 0 | 427 | 142 | 120 |
| Binary | 11011011 | 10011011 | 11111110 | 1110 | 100111 | 0 | 0 | 100010111 | 1100010 | 1010000 |
Color Harmonies of #DB9BFE
Complementary color
Monochromatic Colors of #DB9BFE
Black with #DB9BFE
Text Example
Text Example
White with #DB9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BFE; }
p { color: rgb(219,155,254); }
H1.HeaderClassName
{
color: #DB9BFE;
}
.AnyTagClassName
{
color: #DB9BFE;
}
</style>
background-color css
<style>
a { background-color: #DB9BFE; }
a { background-color: rgb(219,155,254); }
div.DivClassName
{
background-color: #DB9BFE;
}
.BgClassName
{
background-color: #DB9BFE;
}
</style>
border-color css
<style>
span { border-color: #DB9BFE; }
span { border-color: rgb(219,155,254); }
td.TdClassName
{
border-color: #DB9BFE;
}
.TagClassName
{
border-color: #DB9BFE;
}
</style>