Shades of Mauve #DBA4FF
Tints of Mauve #DBA4FF
RGB
CMYK
RGB Variations
Color information
#DBA4FF (or 0xDBA4FF) is known color: Mauve. HEX triplet: DB, A4 and FF. RGB value is (219,164,255). Sum of RGB (Red+Green+Blue) = 219+164+255=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 164 (64.45% from 255 or 25.71% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4FF is #245B00. Grayscale: #BEBEBE. Windows color (decimal): -2382593 or 16753883. OLE color: 16753883.
HSL color Cylindrical-coordinate representation of color #DBA4FF: hue angle of 276.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBA4FF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 164 | 255 | - |
| CMYK | 0.14 | 0.36 | 0 | 0 |
| HSL | 276.26º | 1% | 0.82% | - |
| HSV(B) | 276.26º | 0.36% | 1% | - |
| XYZ | 60.54 | 48.83 | 100.84 | - |
| YUV | 190.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 255 | 0.14 | 0.36 | 0 | 0 | 276.26 | 1 | 0.82 |
| Hex | DB | A4 | FF | E | 24 | 0 | 0 | 114 | 64 | 52 |
| Octal | 333 | 244 | 377 | 16 | 44 | 0 | 0 | 424 | 144 | 122 |
| Binary | 11011011 | 10100100 | 11111111 | 1110 | 100100 | 0 | 0 | 100010100 | 1100100 | 1010010 |
Color Harmonies of #DBA4FF
Complementary color
Monochromatic Colors of #DBA4FF
Black with #DBA4FF
Text Example
Text Example
White with #DBA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4FF; }
p { color: rgb(219,164,255); }
H1.HeaderClassName
{
color: #DBA4FF;
}
.AnyTagClassName
{
color: #DBA4FF;
}
</style>
background-color css
<style>
a { background-color: #DBA4FF; }
a { background-color: rgb(219,164,255); }
div.DivClassName
{
background-color: #DBA4FF;
}
.BgClassName
{
background-color: #DBA4FF;
}
</style>
border-color css
<style>
span { border-color: #DBA4FF; }
span { border-color: rgb(219,164,255); }
td.TdClassName
{
border-color: #DBA4FF;
}
.TagClassName
{
border-color: #DBA4FF;
}
</style>