Shades of Mauve #DB9CFB
Tints of Mauve #DB9CFB
RGB
CMYK
RGB Variations
Color information
#DB9CFB (or 0xDB9CFB) is known color: Mauve. HEX triplet: DB, 9C and FB. RGB value is (219,156,251). Sum of RGB (Red+Green+Blue) = 219+156+251=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB9CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CFB is #246304. Grayscale: #B9B9B9. Windows color (decimal): -2384645 or 16489691. OLE color: 16489691.
HSL color Cylindrical-coordinate representation of color #DB9CFB: hue angle of 279.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9CFB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 156 | 251 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.02 |
| HSL | 279.79º | 0.92% | 0.8% | - |
| HSV(B) | 279.79º | 0.38% | 0.98% | - |
| XYZ | 58.51 | 45.8 | 97.02 | - |
| YUV | 185.67 | 164.87 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 251 | 0.13 | 0.38 | 0 | 0.02 | 279.79 | 0.92 | 0.8 |
| Hex | DB | 9C | FB | D | 26 | 0 | 2 | 118 | 5C | 50 |
| Octal | 333 | 234 | 373 | 15 | 46 | 0 | 2 | 430 | 134 | 120 |
| Binary | 11011011 | 10011100 | 11111011 | 1101 | 100110 | 0 | 10 | 100011000 | 1011100 | 1010000 |
Color Harmonies of #DB9CFB
Complementary color
Monochromatic Colors of #DB9CFB
Black with #DB9CFB
Text Example
Text Example
White with #DB9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CFB; }
p { color: rgb(219,156,251); }
H1.HeaderClassName
{
color: #DB9CFB;
}
.AnyTagClassName
{
color: #DB9CFB;
}
</style>
background-color css
<style>
a { background-color: #DB9CFB; }
a { background-color: rgb(219,156,251); }
div.DivClassName
{
background-color: #DB9CFB;
}
.BgClassName
{
background-color: #DB9CFB;
}
</style>
border-color css
<style>
span { border-color: #DB9CFB; }
span { border-color: rgb(219,156,251); }
td.TdClassName
{
border-color: #DB9CFB;
}
.TagClassName
{
border-color: #DB9CFB;
}
</style>