Shades of Mauve #DBA7F2
Tints of Mauve #DBA7F2
RGB
CMYK
RGB Variations
Color information
#DBA7F2 (or 0xDBA7F2) is known color: Mauve. HEX triplet: DB, A7 and F2. RGB value is (219,167,242). Sum of RGB (Red+Green+Blue) = 219+167+242=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBA7F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7F2 is #24580D. Grayscale: #BEBEBE. Windows color (decimal): -2381838 or 15902683. OLE color: 15902683.
HSL color Cylindrical-coordinate representation of color #DBA7F2: hue angle of 281.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA7F2 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 167 | 242 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.05 |
| HSL | 281.6º | 0.74% | 0.8% | - |
| HSV(B) | 281.6º | 0.31% | 0.95% | - |
| XYZ | 59.06 | 49.11 | 90.37 | - |
| YUV | 191.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 242 | 0.10 | 0.31 | 0 | 0.05 | 281.6 | 0.74 | 0.8 |
| Hex | DB | A7 | F2 | A | 1F | 0 | 5 | 11A | 4A | 50 |
| Octal | 333 | 247 | 362 | 12 | 37 | 0 | 5 | 432 | 112 | 120 |
| Binary | 11011011 | 10100111 | 11110010 | 1010 | 11111 | 0 | 101 | 100011010 | 1001010 | 1010000 |
Color Harmonies of #DBA7F2
Complementary color
Monochromatic Colors of #DBA7F2
Black with #DBA7F2
Text Example
Text Example
White with #DBA7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7F2; }
p { color: rgb(219,167,242); }
H1.HeaderClassName
{
color: #DBA7F2;
}
.AnyTagClassName
{
color: #DBA7F2;
}
</style>
background-color css
<style>
a { background-color: #DBA7F2; }
a { background-color: rgb(219,167,242); }
div.DivClassName
{
background-color: #DBA7F2;
}
.BgClassName
{
background-color: #DBA7F2;
}
</style>
border-color css
<style>
span { border-color: #DBA7F2; }
span { border-color: rgb(219,167,242); }
td.TdClassName
{
border-color: #DBA7F2;
}
.TagClassName
{
border-color: #DBA7F2;
}
</style>