Shades of Mauve #DDA1FF
Tints of Mauve #DDA1FF
RGB
CMYK
RGB Variations
Color information
#DDA1FF (or 0xDDA1FF) is known color: Mauve. HEX triplet: DD, A1 and FF. RGB value is (221,161,255). Sum of RGB (Red+Green+Blue) = 221+161+255=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 161 (63.28% from 255 or 25.27% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1FF is #225E00. Grayscale: #BDBDBD. Windows color (decimal): -2252289 or 16753117. OLE color: 16753117.
HSL color Cylindrical-coordinate representation of color #DDA1FF: hue angle of 278.3º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA1FF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 161 | 255 | - |
| CMYK | 0.13 | 0.37 | 0 | 0 |
| HSL | 278.3º | 1% | 0.82% | - |
| HSV(B) | 278.3º | 0.37% | 1% | - |
| XYZ | 60.61 | 48.08 | 100.69 | - |
| YUV | 189.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 255 | 0.13 | 0.37 | 0 | 0 | 278.3 | 1 | 0.82 |
| Hex | DD | A1 | FF | D | 25 | 0 | 0 | 116 | 64 | 52 |
| Octal | 335 | 241 | 377 | 15 | 45 | 0 | 0 | 426 | 144 | 122 |
| Binary | 11011101 | 10100001 | 11111111 | 1101 | 100101 | 0 | 0 | 100010110 | 1100100 | 1010010 |
Color Harmonies of #DDA1FF
Complementary color
Monochromatic Colors of #DDA1FF
Black with #DDA1FF
Text Example
Text Example
White with #DDA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1FF; }
p { color: rgb(221,161,255); }
H1.HeaderClassName
{
color: #DDA1FF;
}
.AnyTagClassName
{
color: #DDA1FF;
}
</style>
background-color css
<style>
a { background-color: #DDA1FF; }
a { background-color: rgb(221,161,255); }
div.DivClassName
{
background-color: #DDA1FF;
}
.BgClassName
{
background-color: #DDA1FF;
}
</style>
border-color css
<style>
span { border-color: #DDA1FF; }
span { border-color: rgb(221,161,255); }
td.TdClassName
{
border-color: #DDA1FF;
}
.TagClassName
{
border-color: #DDA1FF;
}
</style>