Shades of Mauve #DB94FB
Tints of Mauve #DB94FB
RGB
CMYK
RGB Variations
Color information
#DB94FB (or 0xDB94FB) is known color: Mauve. HEX triplet: DB, 94 and FB. RGB value is (219,148,251). Sum of RGB (Red+Green+Blue) = 219+148+251=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94FB is #246B04. Grayscale: #B4B4B4. Windows color (decimal): -2386693 or 16487643. OLE color: 16487643.
HSL color Cylindrical-coordinate representation of color #DB94FB: hue angle of 281.36º degrees, saturation: 0.93, 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 #DB94FB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 148 | 251 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.02 |
| HSL | 281.36º | 0.93% | 0.78% | - |
| HSV(B) | 281.36º | 0.41% | 0.98% | - |
| XYZ | 57.22 | 43.2 | 96.59 | - |
| YUV | 180.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 251 | 0.13 | 0.41 | 0 | 0.02 | 281.36 | 0.93 | 0.78 |
| Hex | DB | 94 | FB | D | 29 | 0 | 2 | 119 | 5D | 4E |
| Octal | 333 | 224 | 373 | 15 | 51 | 0 | 2 | 431 | 135 | 116 |
| Binary | 11011011 | 10010100 | 11111011 | 1101 | 101001 | 0 | 10 | 100011001 | 1011101 | 1001110 |
Color Harmonies of #DB94FB
Complementary color
Monochromatic Colors of #DB94FB
Black with #DB94FB
Text Example
Text Example
White with #DB94FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94FB; }
p { color: rgb(219,148,251); }
H1.HeaderClassName
{
color: #DB94FB;
}
.AnyTagClassName
{
color: #DB94FB;
}
</style>
background-color css
<style>
a { background-color: #DB94FB; }
a { background-color: rgb(219,148,251); }
div.DivClassName
{
background-color: #DB94FB;
}
.BgClassName
{
background-color: #DB94FB;
}
</style>
border-color css
<style>
span { border-color: #DB94FB; }
span { border-color: rgb(219,148,251); }
td.TdClassName
{
border-color: #DB94FB;
}
.TagClassName
{
border-color: #DB94FB;
}
</style>