Shades of Mauve #DB92FE
Tints of Mauve #DB92FE
RGB
CMYK
RGB Variations
Color information
#DB92FE (or 0xDB92FE) is known color: Mauve. HEX triplet: DB, 92 and FE. RGB value is (219,146,254). Sum of RGB (Red+Green+Blue) = 219+146+254=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB92FE is #246D01. Grayscale: #B3B3B3. Windows color (decimal): -2387202 or 16683739. OLE color: 16683739.
HSL color Cylindrical-coordinate representation of color #DB92FE: hue angle of 280.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB92FE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 146 | 254 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.00 |
| HSL | 280.56º | 0.98% | 0.78% | - |
| HSV(B) | 280.56º | 0.43% | 1% | - |
| XYZ | 57.38 | 42.77 | 99 | - |
| YUV | 180.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 254 | 0.14 | 0.43 | 0 | 0.00 | 280.56 | 0.98 | 0.78 |
| Hex | DB | 92 | FE | E | 2B | 0 | 0 | 119 | 62 | 4E |
| Octal | 333 | 222 | 376 | 16 | 53 | 0 | 0 | 431 | 142 | 116 |
| Binary | 11011011 | 10010010 | 11111110 | 1110 | 101011 | 0 | 0 | 100011001 | 1100010 | 1001110 |
Color Harmonies of #DB92FE
Complementary color
Monochromatic Colors of #DB92FE
Black with #DB92FE
Text Example
Text Example
White with #DB92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92FE; }
p { color: rgb(219,146,254); }
H1.HeaderClassName
{
color: #DB92FE;
}
.AnyTagClassName
{
color: #DB92FE;
}
</style>
background-color css
<style>
a { background-color: #DB92FE; }
a { background-color: rgb(219,146,254); }
div.DivClassName
{
background-color: #DB92FE;
}
.BgClassName
{
background-color: #DB92FE;
}
</style>
border-color css
<style>
span { border-color: #DB92FE; }
span { border-color: rgb(219,146,254); }
td.TdClassName
{
border-color: #DB92FE;
}
.TagClassName
{
border-color: #DB92FE;
}
</style>