Shades of Mauve #DBA2F3
Tints of Mauve #DBA2F3
RGB
CMYK
RGB Variations
Color information
#DBA2F3 (or 0xDBA2F3) is known color: Mauve. HEX triplet: DB, A2 and F3. RGB value is (219,162,243). Sum of RGB (Red+Green+Blue) = 219+162+243=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBA2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2F3 is #245D0C. Grayscale: #BCBCBC. Windows color (decimal): -2383117 or 15966939. OLE color: 15966939.
HSL color Cylindrical-coordinate representation of color #DBA2F3: hue angle of 282.22º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA2F3 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 162 | 243 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.05 |
| HSL | 282.22º | 0.77% | 0.79% | - |
| HSV(B) | 282.22º | 0.33% | 0.95% | - |
| XYZ | 58.31 | 47.37 | 90.86 | - |
| YUV | 188.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 243 | 0.10 | 0.33 | 0 | 0.05 | 282.22 | 0.77 | 0.79 |
| Hex | DB | A2 | F3 | A | 21 | 0 | 5 | 11A | 4D | 4F |
| Octal | 333 | 242 | 363 | 12 | 41 | 0 | 5 | 432 | 115 | 117 |
| Binary | 11011011 | 10100010 | 11110011 | 1010 | 100001 | 0 | 101 | 100011010 | 1001101 | 1001111 |
Color Harmonies of #DBA2F3
Complementary color
Monochromatic Colors of #DBA2F3
Black with #DBA2F3
Text Example
Text Example
White with #DBA2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2F3; }
p { color: rgb(219,162,243); }
H1.HeaderClassName
{
color: #DBA2F3;
}
.AnyTagClassName
{
color: #DBA2F3;
}
</style>
background-color css
<style>
a { background-color: #DBA2F3; }
a { background-color: rgb(219,162,243); }
div.DivClassName
{
background-color: #DBA2F3;
}
.BgClassName
{
background-color: #DBA2F3;
}
</style>
border-color css
<style>
span { border-color: #DBA2F3; }
span { border-color: rgb(219,162,243); }
td.TdClassName
{
border-color: #DBA2F3;
}
.TagClassName
{
border-color: #DBA2F3;
}
</style>