Shades of Mauve #DB94F4
Tints of Mauve #DB94F4
RGB
CMYK
RGB Variations
Color information
#DB94F4 (or 0xDB94F4) is known color: Mauve. HEX triplet: DB, 94 and F4. RGB value is (219,148,244). Sum of RGB (Red+Green+Blue) = 219+148+244=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB94F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94F4 is #246B0B. Grayscale: #B3B3B3. Windows color (decimal): -2386700 or 16028891. OLE color: 16028891.
HSL color Cylindrical-coordinate representation of color #DB94F4: hue angle of 284.38º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB94F4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 148 | 244 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.04 |
| HSL | 284.38º | 0.81% | 0.77% | - |
| HSV(B) | 284.38º | 0.39% | 0.96% | - |
| XYZ | 56.13 | 42.77 | 90.89 | - |
| YUV | 180.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 244 | 0.10 | 0.39 | 0 | 0.04 | 284.38 | 0.81 | 0.77 |
| Hex | DB | 94 | F4 | A | 27 | 0 | 4 | 11C | 51 | 4D |
| Octal | 333 | 224 | 364 | 12 | 47 | 0 | 4 | 434 | 121 | 115 |
| Binary | 11011011 | 10010100 | 11110100 | 1010 | 100111 | 0 | 100 | 100011100 | 1010001 | 1001101 |
Color Harmonies of #DB94F4
Complementary color
Monochromatic Colors of #DB94F4
Black with #DB94F4
Text Example
Text Example
White with #DB94F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94F4; }
p { color: rgb(219,148,244); }
H1.HeaderClassName
{
color: #DB94F4;
}
.AnyTagClassName
{
color: #DB94F4;
}
</style>
background-color css
<style>
a { background-color: #DB94F4; }
a { background-color: rgb(219,148,244); }
div.DivClassName
{
background-color: #DB94F4;
}
.BgClassName
{
background-color: #DB94F4;
}
</style>
border-color css
<style>
span { border-color: #DB94F4; }
span { border-color: rgb(219,148,244); }
td.TdClassName
{
border-color: #DB94F4;
}
.TagClassName
{
border-color: #DB94F4;
}
</style>