Shades of Mauve #DB93F8
Tints of Mauve #DB93F8
RGB
CMYK
RGB Variations
Color information
#DB93F8 (or 0xDB93F8) is known color: Mauve. HEX triplet: DB, 93 and F8. RGB value is (219,147,248). Sum of RGB (Red+Green+Blue) = 219+147+248=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB93F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB93F8 is #246C07. Grayscale: #B3B3B3. Windows color (decimal): -2386952 or 16290779. OLE color: 16290779.
HSL color Cylindrical-coordinate representation of color #DB93F8: hue angle of 282.77º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB93F8 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 147 | 248 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.03 |
| HSL | 282.77º | 0.88% | 0.77% | - |
| HSV(B) | 282.77º | 0.41% | 0.97% | - |
| XYZ | 56.59 | 42.7 | 94.07 | - |
| YUV | 180.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 248 | 0.12 | 0.41 | 0 | 0.03 | 282.77 | 0.88 | 0.77 |
| Hex | DB | 93 | F8 | C | 29 | 0 | 3 | 11B | 58 | 4D |
| Octal | 333 | 223 | 370 | 14 | 51 | 0 | 3 | 433 | 130 | 115 |
| Binary | 11011011 | 10010011 | 11111000 | 1100 | 101001 | 0 | 11 | 100011011 | 1011000 | 1001101 |
Color Harmonies of #DB93F8
Complementary color
Monochromatic Colors of #DB93F8
Black with #DB93F8
Text Example
Text Example
White with #DB93F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93F8; }
p { color: rgb(219,147,248); }
H1.HeaderClassName
{
color: #DB93F8;
}
.AnyTagClassName
{
color: #DB93F8;
}
</style>
background-color css
<style>
a { background-color: #DB93F8; }
a { background-color: rgb(219,147,248); }
div.DivClassName
{
background-color: #DB93F8;
}
.BgClassName
{
background-color: #DB93F8;
}
</style>
border-color css
<style>
span { border-color: #DB93F8; }
span { border-color: rgb(219,147,248); }
td.TdClassName
{
border-color: #DB93F8;
}
.TagClassName
{
border-color: #DB93F8;
}
</style>