Shades of Mauve #DBA4F3
Tints of Mauve #DBA4F3
RGB
CMYK
RGB Variations
Color information
#DBA4F3 (or 0xDBA4F3) is known color: Mauve. HEX triplet: DB, A4 and F3. RGB value is (219,164,243). Sum of RGB (Red+Green+Blue) = 219+164+243=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4F3 is #245B0C. Grayscale: #BDBDBD. Windows color (decimal): -2382605 or 15967451. OLE color: 15967451.
HSL color Cylindrical-coordinate representation of color #DBA4F3: hue angle of 281.77º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA4F3 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 164 | 243 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.05 |
| HSL | 281.77º | 0.77% | 0.8% | - |
| HSV(B) | 281.77º | 0.33% | 0.95% | - |
| XYZ | 58.67 | 48.08 | 90.98 | - |
| YUV | 189.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 243 | 0.10 | 0.33 | 0 | 0.05 | 281.77 | 0.77 | 0.8 |
| Hex | DB | A4 | F3 | A | 21 | 0 | 5 | 11A | 4D | 50 |
| Octal | 333 | 244 | 363 | 12 | 41 | 0 | 5 | 432 | 115 | 120 |
| Binary | 11011011 | 10100100 | 11110011 | 1010 | 100001 | 0 | 101 | 100011010 | 1001101 | 1010000 |
Color Harmonies of #DBA4F3
Complementary color
Monochromatic Colors of #DBA4F3
Black with #DBA4F3
Text Example
Text Example
White with #DBA4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4F3; }
p { color: rgb(219,164,243); }
H1.HeaderClassName
{
color: #DBA4F3;
}
.AnyTagClassName
{
color: #DBA4F3;
}
</style>
background-color css
<style>
a { background-color: #DBA4F3; }
a { background-color: rgb(219,164,243); }
div.DivClassName
{
background-color: #DBA4F3;
}
.BgClassName
{
background-color: #DBA4F3;
}
</style>
border-color css
<style>
span { border-color: #DBA4F3; }
span { border-color: rgb(219,164,243); }
td.TdClassName
{
border-color: #DBA4F3;
}
.TagClassName
{
border-color: #DBA4F3;
}
</style>