Shades of Mauve #DB9CFA
Tints of Mauve #DB9CFA
RGB
CMYK
RGB Variations
Color information
#DB9CFA (or 0xDB9CFA) is known color: Mauve. HEX triplet: DB, 9C and FA. RGB value is (219,156,250). Sum of RGB (Red+Green+Blue) = 219+156+250=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CFA is #246305. Grayscale: #B9B9B9. Windows color (decimal): -2384646 or 16424155. OLE color: 16424155.
HSL color Cylindrical-coordinate representation of color #DB9CFA: hue angle of 280.21º degrees, saturation: 0.9, 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 #DB9CFA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 156 | 250 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.02 |
| HSL | 280.21º | 0.9% | 0.8% | - |
| HSV(B) | 280.21º | 0.38% | 0.98% | - |
| XYZ | 58.36 | 45.74 | 96.2 | - |
| YUV | 185.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 250 | 0.12 | 0.38 | 0 | 0.02 | 280.21 | 0.9 | 0.8 |
| Hex | DB | 9C | FA | C | 26 | 0 | 2 | 118 | 5A | 50 |
| Octal | 333 | 234 | 372 | 14 | 46 | 0 | 2 | 430 | 132 | 120 |
| Binary | 11011011 | 10011100 | 11111010 | 1100 | 100110 | 0 | 10 | 100011000 | 1011010 | 1010000 |
Color Harmonies of #DB9CFA
Complementary color
Monochromatic Colors of #DB9CFA
Black with #DB9CFA
Text Example
Text Example
White with #DB9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CFA; }
p { color: rgb(219,156,250); }
H1.HeaderClassName
{
color: #DB9CFA;
}
.AnyTagClassName
{
color: #DB9CFA;
}
</style>
background-color css
<style>
a { background-color: #DB9CFA; }
a { background-color: rgb(219,156,250); }
div.DivClassName
{
background-color: #DB9CFA;
}
.BgClassName
{
background-color: #DB9CFA;
}
</style>
border-color css
<style>
span { border-color: #DB9CFA; }
span { border-color: rgb(219,156,250); }
td.TdClassName
{
border-color: #DB9CFA;
}
.TagClassName
{
border-color: #DB9CFA;
}
</style>