Shades of Mauve #DB9EFD
Tints of Mauve #DB9EFD
RGB
CMYK
RGB Variations
Color information
#DB9EFD (or 0xDB9EFD) is known color: Mauve. HEX triplet: DB, 9E and FD. RGB value is (219,158,253). Sum of RGB (Red+Green+Blue) = 219+158+253=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EFD is #246102. Grayscale: #BABABA. Windows color (decimal): -2384131 or 16621275. OLE color: 16621275.
HSL color Cylindrical-coordinate representation of color #DB9EFD: hue angle of 278.53º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9EFD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 158 | 253 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.01 |
| HSL | 278.53º | 0.96% | 0.81% | - |
| HSV(B) | 278.53º | 0.38% | 0.99% | - |
| XYZ | 59.17 | 46.61 | 98.81 | - |
| YUV | 187.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 253 | 0.13 | 0.38 | 0 | 0.01 | 278.53 | 0.96 | 0.81 |
| Hex | DB | 9E | FD | D | 26 | 0 | 1 | 117 | 60 | 51 |
| Octal | 333 | 236 | 375 | 15 | 46 | 0 | 1 | 427 | 140 | 121 |
| Binary | 11011011 | 10011110 | 11111101 | 1101 | 100110 | 0 | 1 | 100010111 | 1100000 | 1010001 |
Color Harmonies of #DB9EFD
Complementary color
Monochromatic Colors of #DB9EFD
Black with #DB9EFD
Text Example
Text Example
White with #DB9EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EFD; }
p { color: rgb(219,158,253); }
H1.HeaderClassName
{
color: #DB9EFD;
}
.AnyTagClassName
{
color: #DB9EFD;
}
</style>
background-color css
<style>
a { background-color: #DB9EFD; }
a { background-color: rgb(219,158,253); }
div.DivClassName
{
background-color: #DB9EFD;
}
.BgClassName
{
background-color: #DB9EFD;
}
</style>
border-color css
<style>
span { border-color: #DB9EFD; }
span { border-color: rgb(219,158,253); }
td.TdClassName
{
border-color: #DB9EFD;
}
.TagClassName
{
border-color: #DB9EFD;
}
</style>