Shades of Mauve #DBA3FD
Tints of Mauve #DBA3FD
RGB
CMYK
RGB Variations
Color information
#DBA3FD (or 0xDBA3FD) is known color: Mauve. HEX triplet: DB, A3 and FD. RGB value is (219,163,253). Sum of RGB (Red+Green+Blue) = 219+163+253=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3FD is #245C02. Grayscale: #BDBDBD. Windows color (decimal): -2382851 or 16622555. OLE color: 16622555.
HSL color Cylindrical-coordinate representation of color #DBA3FD: hue angle of 277.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA3FD is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 163 | 253 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.01 |
| HSL | 277.33º | 0.96% | 0.82% | - |
| HSV(B) | 277.33º | 0.36% | 0.99% | - |
| XYZ | 60.04 | 48.35 | 99.1 | - |
| YUV | 190 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 253 | 0.13 | 0.36 | 0 | 0.01 | 277.33 | 0.96 | 0.82 |
| Hex | DB | A3 | FD | D | 24 | 0 | 1 | 115 | 60 | 52 |
| Octal | 333 | 243 | 375 | 15 | 44 | 0 | 1 | 425 | 140 | 122 |
| Binary | 11011011 | 10100011 | 11111101 | 1101 | 100100 | 0 | 1 | 100010101 | 1100000 | 1010010 |
Color Harmonies of #DBA3FD
Complementary color
Monochromatic Colors of #DBA3FD
Black with #DBA3FD
Text Example
Text Example
White with #DBA3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3FD; }
p { color: rgb(219,163,253); }
H1.HeaderClassName
{
color: #DBA3FD;
}
.AnyTagClassName
{
color: #DBA3FD;
}
</style>
background-color css
<style>
a { background-color: #DBA3FD; }
a { background-color: rgb(219,163,253); }
div.DivClassName
{
background-color: #DBA3FD;
}
.BgClassName
{
background-color: #DBA3FD;
}
</style>
border-color css
<style>
span { border-color: #DBA3FD; }
span { border-color: rgb(219,163,253); }
td.TdClassName
{
border-color: #DBA3FD;
}
.TagClassName
{
border-color: #DBA3FD;
}
</style>