Shades of Mauve #DFA5FD
Tints of Mauve #DFA5FD
RGB
CMYK
RGB Variations
Color information
#DFA5FD (or 0xDFA5FD) is known color: Mauve. HEX triplet: DF, A5 and FD. RGB value is (223,165,253). Sum of RGB (Red+Green+Blue) = 223+165+253=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 165 (64.84% from 255 or 25.74% 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 #DFA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5FD is #205A02. Grayscale: #C0C0C0. Windows color (decimal): -2120195 or 16623071. OLE color: 16623071.
HSL color Cylindrical-coordinate representation of color #DFA5FD: hue angle of 279.55º 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 #DFA5FD is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 165 | 253 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.01 |
| HSL | 279.55º | 0.96% | 0.82% | - |
| HSV(B) | 279.55º | 0.35% | 0.99% | - |
| XYZ | 61.62 | 49.69 | 99.27 | - |
| YUV | 192.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 253 | 0.12 | 0.35 | 0 | 0.01 | 279.55 | 0.96 | 0.82 |
| Hex | DF | A5 | FD | C | 23 | 0 | 1 | 118 | 60 | 52 |
| Octal | 337 | 245 | 375 | 14 | 43 | 0 | 1 | 430 | 140 | 122 |
| Binary | 11011111 | 10100101 | 11111101 | 1100 | 100011 | 0 | 1 | 100011000 | 1100000 | 1010010 |
Color Harmonies of #DFA5FD
Complementary color
Monochromatic Colors of #DFA5FD
Black with #DFA5FD
Text Example
Text Example
White with #DFA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA5FD; }
p { color: rgb(223,165,253); }
H1.HeaderClassName
{
color: #DFA5FD;
}
.AnyTagClassName
{
color: #DFA5FD;
}
</style>
background-color css
<style>
a { background-color: #DFA5FD; }
a { background-color: rgb(223,165,253); }
div.DivClassName
{
background-color: #DFA5FD;
}
.BgClassName
{
background-color: #DFA5FD;
}
</style>
border-color css
<style>
span { border-color: #DFA5FD; }
span { border-color: rgb(223,165,253); }
td.TdClassName
{
border-color: #DFA5FD;
}
.TagClassName
{
border-color: #DFA5FD;
}
</style>