Shades of Mauve #DB9EF3
Tints of Mauve #DB9EF3
RGB
CMYK
RGB Variations
Color information
#DB9EF3 (or 0xDB9EF3) is known color: Mauve. HEX triplet: DB, 9E and F3. RGB value is (219,158,243). Sum of RGB (Red+Green+Blue) = 219+158+243=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB9EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EF3 is #24610C. Grayscale: #B9B9B9. Windows color (decimal): -2384141 or 15965915. OLE color: 15965915.
HSL color Cylindrical-coordinate representation of color #DB9EF3: hue angle of 283.06º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9EF3 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 158 | 243 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.05 |
| HSL | 283.06º | 0.78% | 0.79% | - |
| HSV(B) | 283.06º | 0.35% | 0.95% | - |
| XYZ | 57.62 | 45.98 | 90.63 | - |
| YUV | 185.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 243 | 0.10 | 0.35 | 0 | 0.05 | 283.06 | 0.78 | 0.79 |
| Hex | DB | 9E | F3 | A | 23 | 0 | 5 | 11B | 4E | 4F |
| Octal | 333 | 236 | 363 | 12 | 43 | 0 | 5 | 433 | 116 | 117 |
| Binary | 11011011 | 10011110 | 11110011 | 1010 | 100011 | 0 | 101 | 100011011 | 1001110 | 1001111 |
Color Harmonies of #DB9EF3
Complementary color
Monochromatic Colors of #DB9EF3
Black with #DB9EF3
Text Example
Text Example
White with #DB9EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EF3; }
p { color: rgb(219,158,243); }
H1.HeaderClassName
{
color: #DB9EF3;
}
.AnyTagClassName
{
color: #DB9EF3;
}
</style>
background-color css
<style>
a { background-color: #DB9EF3; }
a { background-color: rgb(219,158,243); }
div.DivClassName
{
background-color: #DB9EF3;
}
.BgClassName
{
background-color: #DB9EF3;
}
</style>
border-color css
<style>
span { border-color: #DB9EF3; }
span { border-color: rgb(219,158,243); }
td.TdClassName
{
border-color: #DB9EF3;
}
.TagClassName
{
border-color: #DB9EF3;
}
</style>