Shades of Mauve #DB94FA
Tints of Mauve #DB94FA
RGB
CMYK
RGB Variations
Color information
#DB94FA (or 0xDB94FA) is known color: Mauve. HEX triplet: DB, 94 and FA. RGB value is (219,148,250). Sum of RGB (Red+Green+Blue) = 219+148+250=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94FA is #246B05. Grayscale: #B4B4B4. Windows color (decimal): -2386694 or 16422107. OLE color: 16422107.
HSL color Cylindrical-coordinate representation of color #DB94FA: hue angle of 281.76º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB94FA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 148 | 250 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.02 |
| HSL | 281.76º | 0.91% | 0.78% | - |
| HSV(B) | 281.76º | 0.41% | 0.98% | - |
| XYZ | 57.06 | 43.14 | 95.76 | - |
| YUV | 180.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 250 | 0.12 | 0.41 | 0 | 0.02 | 281.76 | 0.91 | 0.78 |
| Hex | DB | 94 | FA | C | 29 | 0 | 2 | 11A | 5B | 4E |
| Octal | 333 | 224 | 372 | 14 | 51 | 0 | 2 | 432 | 133 | 116 |
| Binary | 11011011 | 10010100 | 11111010 | 1100 | 101001 | 0 | 10 | 100011010 | 1011011 | 1001110 |
Color Harmonies of #DB94FA
Complementary color
Monochromatic Colors of #DB94FA
Black with #DB94FA
Text Example
Text Example
White with #DB94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94FA; }
p { color: rgb(219,148,250); }
H1.HeaderClassName
{
color: #DB94FA;
}
.AnyTagClassName
{
color: #DB94FA;
}
</style>
background-color css
<style>
a { background-color: #DB94FA; }
a { background-color: rgb(219,148,250); }
div.DivClassName
{
background-color: #DB94FA;
}
.BgClassName
{
background-color: #DB94FA;
}
</style>
border-color css
<style>
span { border-color: #DB94FA; }
span { border-color: rgb(219,148,250); }
td.TdClassName
{
border-color: #DB94FA;
}
.TagClassName
{
border-color: #DB94FA;
}
</style>