Shades of Mauve #DBA9FC
Tints of Mauve #DBA9FC
RGB
CMYK
RGB Variations
Color information
#DBA9FC (or 0xDBA9FC) is known color: Mauve. HEX triplet: DB, A9 and FC. RGB value is (219,169,252). Sum of RGB (Red+Green+Blue) = 219+169+252=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9FC is #245603. Grayscale: #C1C1C1. Windows color (decimal): -2381316 or 16558555. OLE color: 16558555.
HSL color Cylindrical-coordinate representation of color #DBA9FC: hue angle of 276.14º degrees, saturation: 0.93, 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 #DBA9FC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 169 | 252 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.01 |
| HSL | 276.14º | 0.93% | 0.83% | - |
| HSV(B) | 276.14º | 0.33% | 0.99% | - |
| XYZ | 60.97 | 50.46 | 98.62 | - |
| YUV | 193.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 252 | 0.13 | 0.33 | 0 | 0.01 | 276.14 | 0.93 | 0.83 |
| Hex | DB | A9 | FC | D | 21 | 0 | 1 | 114 | 5D | 53 |
| Octal | 333 | 251 | 374 | 15 | 41 | 0 | 1 | 424 | 135 | 123 |
| Binary | 11011011 | 10101001 | 11111100 | 1101 | 100001 | 0 | 1 | 100010100 | 1011101 | 1010011 |
Color Harmonies of #DBA9FC
Complementary color
Monochromatic Colors of #DBA9FC
Black with #DBA9FC
Text Example
Text Example
White with #DBA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA9FC; }
p { color: rgb(219,169,252); }
H1.HeaderClassName
{
color: #DBA9FC;
}
.AnyTagClassName
{
color: #DBA9FC;
}
</style>
background-color css
<style>
a { background-color: #DBA9FC; }
a { background-color: rgb(219,169,252); }
div.DivClassName
{
background-color: #DBA9FC;
}
.BgClassName
{
background-color: #DBA9FC;
}
</style>
border-color css
<style>
span { border-color: #DBA9FC; }
span { border-color: rgb(219,169,252); }
td.TdClassName
{
border-color: #DBA9FC;
}
.TagClassName
{
border-color: #DBA9FC;
}
</style>