Shades of Mauve #DBA2FC
Tints of Mauve #DBA2FC
RGB
CMYK
RGB Variations
Color information
#DBA2FC (or 0xDBA2FC) is known color: Mauve. HEX triplet: DB, A2 and FC. RGB value is (219,162,252). Sum of RGB (Red+Green+Blue) = 219+162+252=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2FC is #245D03. Grayscale: #BDBDBD. Windows color (decimal): -2383108 or 16556763. OLE color: 16556763.
HSL color Cylindrical-coordinate representation of color #DBA2FC: hue angle of 278º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA2FC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 162 | 252 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.01 |
| HSL | 278º | 0.94% | 0.81% | - |
| HSV(B) | 278º | 0.36% | 0.99% | - |
| XYZ | 59.7 | 47.93 | 98.2 | - |
| YUV | 189.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 252 | 0.13 | 0.36 | 0 | 0.01 | 278 | 0.94 | 0.81 |
| Hex | DB | A2 | FC | D | 24 | 0 | 1 | 116 | 5E | 51 |
| Octal | 333 | 242 | 374 | 15 | 44 | 0 | 1 | 426 | 136 | 121 |
| Binary | 11011011 | 10100010 | 11111100 | 1101 | 100100 | 0 | 1 | 100010110 | 1011110 | 1010001 |
Color Harmonies of #DBA2FC
Complementary color
Monochromatic Colors of #DBA2FC
Black with #DBA2FC
Text Example
Text Example
White with #DBA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2FC; }
p { color: rgb(219,162,252); }
H1.HeaderClassName
{
color: #DBA2FC;
}
.AnyTagClassName
{
color: #DBA2FC;
}
</style>
background-color css
<style>
a { background-color: #DBA2FC; }
a { background-color: rgb(219,162,252); }
div.DivClassName
{
background-color: #DBA2FC;
}
.BgClassName
{
background-color: #DBA2FC;
}
</style>
border-color css
<style>
span { border-color: #DBA2FC; }
span { border-color: rgb(219,162,252); }
td.TdClassName
{
border-color: #DBA2FC;
}
.TagClassName
{
border-color: #DBA2FC;
}
</style>