Shades of Mauve #DDA0FF
Tints of Mauve #DDA0FF
RGB
CMYK
RGB Variations
Color information
#DDA0FF (or 0xDDA0FF) is known color: Mauve. HEX triplet: DD, A0 and FF. RGB value is (221,160,255). Sum of RGB (Red+Green+Blue) = 221+160+255=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FF is #225F00. Grayscale: #BCBCBC. Windows color (decimal): -2252545 or 16752861. OLE color: 16752861.
HSL color Cylindrical-coordinate representation of color #DDA0FF: hue angle of 278.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA0FF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 160 | 255 | - |
| CMYK | 0.13 | 0.37 | 0 | 0 |
| HSL | 278.53º | 1% | 0.81% | - |
| HSV(B) | 278.53º | 0.37% | 1% | - |
| XYZ | 60.44 | 47.73 | 100.64 | - |
| YUV | 189.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 255 | 0.13 | 0.37 | 0 | 0 | 278.53 | 1 | 0.81 |
| Hex | DD | A0 | FF | D | 25 | 0 | 0 | 117 | 64 | 51 |
| Octal | 335 | 240 | 377 | 15 | 45 | 0 | 0 | 427 | 144 | 121 |
| Binary | 11011101 | 10100000 | 11111111 | 1101 | 100101 | 0 | 0 | 100010111 | 1100100 | 1010001 |
Color Harmonies of #DDA0FF
Complementary color
Monochromatic Colors of #DDA0FF
Black with #DDA0FF
Text Example
Text Example
White with #DDA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA0FF; }
p { color: rgb(221,160,255); }
H1.HeaderClassName
{
color: #DDA0FF;
}
.AnyTagClassName
{
color: #DDA0FF;
}
</style>
background-color css
<style>
a { background-color: #DDA0FF; }
a { background-color: rgb(221,160,255); }
div.DivClassName
{
background-color: #DDA0FF;
}
.BgClassName
{
background-color: #DDA0FF;
}
</style>
border-color css
<style>
span { border-color: #DDA0FF; }
span { border-color: rgb(221,160,255); }
td.TdClassName
{
border-color: #DDA0FF;
}
.TagClassName
{
border-color: #DDA0FF;
}
</style>