Shades of Mauve #DDA4F1
Tints of Mauve #DDA4F1
RGB
CMYK
RGB Variations
Color information
#DDA4F1 (or 0xDDA4F1) is known color: Mauve. HEX triplet: DD, A4 and F1. RGB value is (221,164,241). Sum of RGB (Red+Green+Blue) = 221+164+241=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4F1 is #225B0E. Grayscale: #BDBDBD. Windows color (decimal): -2251535 or 15836381. OLE color: 15836381.
HSL color Cylindrical-coordinate representation of color #DDA4F1: hue angle of 284.42º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA4F1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 164 | 241 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.05 |
| HSL | 284.42º | 0.73% | 0.79% | - |
| HSV(B) | 284.42º | 0.32% | 0.95% | - |
| XYZ | 58.97 | 48.27 | 89.43 | - |
| YUV | 189.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 241 | 0.08 | 0.32 | 0 | 0.05 | 284.42 | 0.73 | 0.79 |
| Hex | DD | A4 | F1 | 8 | 20 | 0 | 5 | 11C | 49 | 4F |
| Octal | 335 | 244 | 361 | 10 | 40 | 0 | 5 | 434 | 111 | 117 |
| Binary | 11011101 | 10100100 | 11110001 | 1000 | 100000 | 0 | 101 | 100011100 | 1001001 | 1001111 |
Color Harmonies of #DDA4F1
Complementary color
Monochromatic Colors of #DDA4F1
Black with #DDA4F1
Text Example
Text Example
White with #DDA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4F1; }
p { color: rgb(221,164,241); }
H1.HeaderClassName
{
color: #DDA4F1;
}
.AnyTagClassName
{
color: #DDA4F1;
}
</style>
background-color css
<style>
a { background-color: #DDA4F1; }
a { background-color: rgb(221,164,241); }
div.DivClassName
{
background-color: #DDA4F1;
}
.BgClassName
{
background-color: #DDA4F1;
}
</style>
border-color css
<style>
span { border-color: #DDA4F1; }
span { border-color: rgb(221,164,241); }
td.TdClassName
{
border-color: #DDA4F1;
}
.TagClassName
{
border-color: #DDA4F1;
}
</style>