Shades of Mauve #DB9CFE
Tints of Mauve #DB9CFE
RGB
CMYK
RGB Variations
Color information
#DB9CFE (or 0xDB9CFE) is known color: Mauve. HEX triplet: DB, 9C and FE. RGB value is (219,156,254). Sum of RGB (Red+Green+Blue) = 219+156+254=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CFE is #246301. Grayscale: #B9B9B9. Windows color (decimal): -2384642 or 16686299. OLE color: 16686299.
HSL color Cylindrical-coordinate representation of color #DB9CFE: hue angle of 278.57º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9CFE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 156 | 254 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.00 |
| HSL | 278.57º | 0.98% | 0.8% | - |
| HSV(B) | 278.57º | 0.39% | 1% | - |
| XYZ | 58.99 | 45.99 | 99.53 | - |
| YUV | 186.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 254 | 0.14 | 0.39 | 0 | 0.00 | 278.57 | 0.98 | 0.8 |
| Hex | DB | 9C | FE | E | 27 | 0 | 0 | 117 | 62 | 50 |
| Octal | 333 | 234 | 376 | 16 | 47 | 0 | 0 | 427 | 142 | 120 |
| Binary | 11011011 | 10011100 | 11111110 | 1110 | 100111 | 0 | 0 | 100010111 | 1100010 | 1010000 |
Color Harmonies of #DB9CFE
Complementary color
Monochromatic Colors of #DB9CFE
Black with #DB9CFE
Text Example
Text Example
White with #DB9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CFE; }
p { color: rgb(219,156,254); }
H1.HeaderClassName
{
color: #DB9CFE;
}
.AnyTagClassName
{
color: #DB9CFE;
}
</style>
background-color css
<style>
a { background-color: #DB9CFE; }
a { background-color: rgb(219,156,254); }
div.DivClassName
{
background-color: #DB9CFE;
}
.BgClassName
{
background-color: #DB9CFE;
}
</style>
border-color css
<style>
span { border-color: #DB9CFE; }
span { border-color: rgb(219,156,254); }
td.TdClassName
{
border-color: #DB9CFE;
}
.TagClassName
{
border-color: #DB9CFE;
}
</style>