Shades of Mauve #DBA5FD
Tints of Mauve #DBA5FD
RGB
CMYK
RGB Variations
Color information
#DBA5FD (or 0xDBA5FD) is known color: Mauve. HEX triplet: DB, A5 and FD. RGB value is (219,165,253). Sum of RGB (Red+Green+Blue) = 219+165+253=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5FD is #245A02. Grayscale: #BEBEBE. Windows color (decimal): -2382339 or 16623067. OLE color: 16623067.
HSL color Cylindrical-coordinate representation of color #DBA5FD: hue angle of 276.82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA5FD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 165 | 253 | - |
CMYK | 0.13 | 0.35 | 0 | 0.01 |
HSL | 276.82º | 0.96% | 0.82% | - |
HSV(B) | 276.82º | 0.35% | 0.99% | - |
XYZ | 60.4 | 49.06 | 99.22 | - |
YUV | 191.18 | 162.89 | 147.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 165 | 253 | 0.13 | 0.35 | 0 | 0.01 | 276.82 | 0.96 | 0.82 |
Hex | DB | A5 | FD | D | 23 | 0 | 1 | 115 | 60 | 52 |
Octal | 333 | 245 | 375 | 15 | 43 | 0 | 1 | 425 | 140 | 122 |
Binary | 11011011 | 10100101 | 11111101 | 1101 | 100011 | 0 | 1 | 100010101 | 1100000 | 1010010 |
Color Harmonies of #DBA5FD
Complementary color
Monochromatic Colors of #DBA5FD
Black with #DBA5FD
Text Example
Text Example
White with #DBA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5FD; }
p { color: rgb(219,165,253); }
H1.HeaderClassName
{
color: #DBA5FD;
}
.AnyTagClassName
{
color: #DBA5FD;
}
</style>
background-color css
<style>
a { background-color: #DBA5FD; }
a { background-color: rgb(219,165,253); }
div.DivClassName
{
background-color: #DBA5FD;
}
.BgClassName
{
background-color: #DBA5FD;
}
</style>
border-color css
<style>
span { border-color: #DBA5FD; }
span { border-color: rgb(219,165,253); }
td.TdClassName
{
border-color: #DBA5FD;
}
.TagClassName
{
border-color: #DBA5FD;
}
</style>