Shades of Mauve #DB94FC
Tints of Mauve #DB94FC
RGB
CMYK
RGB Variations
Color information
#DB94FC (or 0xDB94FC) is known color: Mauve. HEX triplet: DB, 94 and FC. RGB value is (219,148,252). Sum of RGB (Red+Green+Blue) = 219+148+252=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 148 (58.20% from 255 or 23.91% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB94FC is #246B03. Grayscale: #B4B4B4. Windows color (decimal): -2386692 or 16553179. OLE color: 16553179.
HSL color Cylindrical-coordinate representation of color #DB94FC: hue angle of 280.96º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB94FC is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 148 | 252 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.01 |
| HSL | 280.96º | 0.95% | 0.78% | - |
| HSV(B) | 280.96º | 0.41% | 0.99% | - |
| XYZ | 57.37 | 43.27 | 97.42 | - |
| YUV | 181.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 252 | 0.13 | 0.41 | 0 | 0.01 | 280.96 | 0.95 | 0.78 |
| Hex | DB | 94 | FC | D | 29 | 0 | 1 | 119 | 5F | 4E |
| Octal | 333 | 224 | 374 | 15 | 51 | 0 | 1 | 431 | 137 | 116 |
| Binary | 11011011 | 10010100 | 11111100 | 1101 | 101001 | 0 | 1 | 100011001 | 1011111 | 1001110 |
Color Harmonies of #DB94FC
Complementary color
Monochromatic Colors of #DB94FC
Black with #DB94FC
Text Example
Text Example
White with #DB94FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB94FC; }
p { color: rgb(219,148,252); }
H1.HeaderClassName
{
color: #DB94FC;
}
.AnyTagClassName
{
color: #DB94FC;
}
</style>
background-color css
<style>
a { background-color: #DB94FC; }
a { background-color: rgb(219,148,252); }
div.DivClassName
{
background-color: #DB94FC;
}
.BgClassName
{
background-color: #DB94FC;
}
</style>
border-color css
<style>
span { border-color: #DB94FC; }
span { border-color: rgb(219,148,252); }
td.TdClassName
{
border-color: #DB94FC;
}
.TagClassName
{
border-color: #DB94FC;
}
</style>