Shades of Mauve #DB9CF9
Tints of Mauve #DB9CF9
RGB
CMYK
RGB Variations
Color information
#DB9CF9 (or 0xDB9CF9) is known color: Mauve. HEX triplet: DB, 9C and F9. RGB value is (219,156,249). Sum of RGB (Red+Green+Blue) = 219+156+249=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB9CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF9 is #246306. Grayscale: #B9B9B9. Windows color (decimal): -2384647 or 16358619. OLE color: 16358619.
HSL color Cylindrical-coordinate representation of color #DB9CF9: hue angle of 280.65º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9CF9 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 156 | 249 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.02 |
| HSL | 280.65º | 0.89% | 0.79% | - |
| HSV(B) | 280.65º | 0.37% | 0.98% | - |
| XYZ | 58.2 | 45.68 | 95.37 | - |
| YUV | 185.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 249 | 0.12 | 0.37 | 0 | 0.02 | 280.65 | 0.89 | 0.79 |
| Hex | DB | 9C | F9 | C | 25 | 0 | 2 | 119 | 59 | 4F |
| Octal | 333 | 234 | 371 | 14 | 45 | 0 | 2 | 431 | 131 | 117 |
| Binary | 11011011 | 10011100 | 11111001 | 1100 | 100101 | 0 | 10 | 100011001 | 1011001 | 1001111 |
Color Harmonies of #DB9CF9
Complementary color
Monochromatic Colors of #DB9CF9
Black with #DB9CF9
Text Example
Text Example
White with #DB9CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CF9; }
p { color: rgb(219,156,249); }
H1.HeaderClassName
{
color: #DB9CF9;
}
.AnyTagClassName
{
color: #DB9CF9;
}
</style>
background-color css
<style>
a { background-color: #DB9CF9; }
a { background-color: rgb(219,156,249); }
div.DivClassName
{
background-color: #DB9CF9;
}
.BgClassName
{
background-color: #DB9CF9;
}
</style>
border-color css
<style>
span { border-color: #DB9CF9; }
span { border-color: rgb(219,156,249); }
td.TdClassName
{
border-color: #DB9CF9;
}
.TagClassName
{
border-color: #DB9CF9;
}
</style>