Shades of Mauve #DBA9FD
Tints of Mauve #DBA9FD
RGB
CMYK
RGB Variations
Color information
#DBA9FD (or 0xDBA9FD) is known color: Mauve. HEX triplet: DB, A9 and FD. RGB value is (219,169,253). Sum of RGB (Red+Green+Blue) = 219+169+253=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9FD is #245602. Grayscale: #C1C1C1. Windows color (decimal): -2381315 or 16624091. OLE color: 16624091.
HSL color Cylindrical-coordinate representation of color #DBA9FD: hue angle of 275.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBA9FD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 169 | 253 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.01 |
| HSL | 275.71º | 0.95% | 0.83% | - |
| HSV(B) | 275.71º | 0.33% | 0.99% | - |
| XYZ | 61.13 | 50.53 | 99.46 | - |
| YUV | 193.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 253 | 0.13 | 0.33 | 0 | 0.01 | 275.71 | 0.95 | 0.83 |
| Hex | DB | A9 | FD | D | 21 | 0 | 1 | 114 | 5F | 53 |
| Octal | 333 | 251 | 375 | 15 | 41 | 0 | 1 | 424 | 137 | 123 |
| Binary | 11011011 | 10101001 | 11111101 | 1101 | 100001 | 0 | 1 | 100010100 | 1011111 | 1010011 |
Color Harmonies of #DBA9FD
Complementary color
Monochromatic Colors of #DBA9FD
Black with #DBA9FD
Text Example
Text Example
White with #DBA9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9FD; }
p { color: rgb(219,169,253); }
H1.HeaderClassName
{
color: #DBA9FD;
}
.AnyTagClassName
{
color: #DBA9FD;
}
</style>
background-color css
<style>
a { background-color: #DBA9FD; }
a { background-color: rgb(219,169,253); }
div.DivClassName
{
background-color: #DBA9FD;
}
.BgClassName
{
background-color: #DBA9FD;
}
</style>
border-color css
<style>
span { border-color: #DBA9FD; }
span { border-color: rgb(219,169,253); }
td.TdClassName
{
border-color: #DBA9FD;
}
.TagClassName
{
border-color: #DBA9FD;
}
</style>