Shades of Mauve #DB9BF1
Tints of Mauve #DB9BF1
RGB
CMYK
RGB Variations
Color information
#DB9BF1 (or 0xDB9BF1) is known color: Mauve. HEX triplet: DB, 9B and F1. RGB value is (219,155,241). Sum of RGB (Red+Green+Blue) = 219+155+241=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB9BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BF1 is #24640E. Grayscale: #B7B7B7. Windows color (decimal): -2384911 or 15834075. OLE color: 15834075.
HSL color Cylindrical-coordinate representation of color #DB9BF1: hue angle of 284.65º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9BF1 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 155 | 241 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.05 |
| HSL | 284.65º | 0.75% | 0.78% | - |
| HSV(B) | 284.65º | 0.36% | 0.95% | - |
| XYZ | 56.81 | 44.85 | 88.88 | - |
| YUV | 183.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 241 | 0.09 | 0.36 | 0 | 0.05 | 284.65 | 0.75 | 0.78 |
| Hex | DB | 9B | F1 | 9 | 24 | 0 | 5 | 11D | 4B | 4E |
| Octal | 333 | 233 | 361 | 11 | 44 | 0 | 5 | 435 | 113 | 116 |
| Binary | 11011011 | 10011011 | 11110001 | 1001 | 100100 | 0 | 101 | 100011101 | 1001011 | 1001110 |
Color Harmonies of #DB9BF1
Complementary color
Monochromatic Colors of #DB9BF1
Black with #DB9BF1
Text Example
Text Example
White with #DB9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BF1; }
p { color: rgb(219,155,241); }
H1.HeaderClassName
{
color: #DB9BF1;
}
.AnyTagClassName
{
color: #DB9BF1;
}
</style>
background-color css
<style>
a { background-color: #DB9BF1; }
a { background-color: rgb(219,155,241); }
div.DivClassName
{
background-color: #DB9BF1;
}
.BgClassName
{
background-color: #DB9BF1;
}
</style>
border-color css
<style>
span { border-color: #DB9BF1; }
span { border-color: rgb(219,155,241); }
td.TdClassName
{
border-color: #DB9BF1;
}
.TagClassName
{
border-color: #DB9BF1;
}
</style>