Shades of Mauve #DB9CFF
Tints of Mauve #DB9CFF
RGB
CMYK
RGB Variations
Color information
#DB9CFF (or 0xDB9CFF) is known color: Mauve. HEX triplet: DB, 9C and FF. RGB value is (219,156,255). Sum of RGB (Red+Green+Blue) = 219+156+255=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CFF is #246300. Grayscale: #B9B9B9. Windows color (decimal): -2384641 or 16751835. OLE color: 16751835.
HSL color Cylindrical-coordinate representation of color #DB9CFF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9CFF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 156 | 255 | - |
| CMYK | 0.14 | 0.39 | 0 | 0 |
| HSL | 278.18º | 1% | 0.81% | - |
| HSV(B) | 278.18º | 0.39% | 1% | - |
| XYZ | 59.15 | 46.06 | 100.38 | - |
| YUV | 186.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 255 | 0.14 | 0.39 | 0 | 0 | 278.18 | 1 | 0.81 |
| Hex | DB | 9C | FF | E | 27 | 0 | 0 | 116 | 64 | 51 |
| Octal | 333 | 234 | 377 | 16 | 47 | 0 | 0 | 426 | 144 | 121 |
| Binary | 11011011 | 10011100 | 11111111 | 1110 | 100111 | 0 | 0 | 100010110 | 1100100 | 1010001 |
Color Harmonies of #DB9CFF
Complementary color
Monochromatic Colors of #DB9CFF
Black with #DB9CFF
Text Example
Text Example
White with #DB9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CFF; }
p { color: rgb(219,156,255); }
H1.HeaderClassName
{
color: #DB9CFF;
}
.AnyTagClassName
{
color: #DB9CFF;
}
</style>
background-color css
<style>
a { background-color: #DB9CFF; }
a { background-color: rgb(219,156,255); }
div.DivClassName
{
background-color: #DB9CFF;
}
.BgClassName
{
background-color: #DB9CFF;
}
</style>
border-color css
<style>
span { border-color: #DB9CFF; }
span { border-color: rgb(219,156,255); }
td.TdClassName
{
border-color: #DB9CFF;
}
.TagClassName
{
border-color: #DB9CFF;
}
</style>