Shades of Mauve #DB92FB
Tints of Mauve #DB92FB
RGB
CMYK
RGB Variations
Color information
#DB92FB (or 0xDB92FB) is known color: Mauve. HEX triplet: DB, 92 and FB. RGB value is (219,146,251). Sum of RGB (Red+Green+Blue) = 219+146+251=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92FB is #246D04. Grayscale: #B3B3B3. Windows color (decimal): -2387205 or 16487131. OLE color: 16487131.
HSL color Cylindrical-coordinate representation of color #DB92FB: hue angle of 281.71º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB92FB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 146 | 251 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.02 |
| HSL | 281.71º | 0.93% | 0.78% | - |
| HSV(B) | 281.71º | 0.42% | 0.98% | - |
| XYZ | 56.9 | 42.58 | 96.49 | - |
| YUV | 179.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 251 | 0.13 | 0.42 | 0 | 0.02 | 281.71 | 0.93 | 0.78 |
| Hex | DB | 92 | FB | D | 2A | 0 | 2 | 11A | 5D | 4E |
| Octal | 333 | 222 | 373 | 15 | 52 | 0 | 2 | 432 | 135 | 116 |
| Binary | 11011011 | 10010010 | 11111011 | 1101 | 101010 | 0 | 10 | 100011010 | 1011101 | 1001110 |
Color Harmonies of #DB92FB
Complementary color
Monochromatic Colors of #DB92FB
Black with #DB92FB
Text Example
Text Example
White with #DB92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92FB; }
p { color: rgb(219,146,251); }
H1.HeaderClassName
{
color: #DB92FB;
}
.AnyTagClassName
{
color: #DB92FB;
}
</style>
background-color css
<style>
a { background-color: #DB92FB; }
a { background-color: rgb(219,146,251); }
div.DivClassName
{
background-color: #DB92FB;
}
.BgClassName
{
background-color: #DB92FB;
}
</style>
border-color css
<style>
span { border-color: #DB92FB; }
span { border-color: rgb(219,146,251); }
td.TdClassName
{
border-color: #DB92FB;
}
.TagClassName
{
border-color: #DB92FB;
}
</style>