#DDA1FF

Color #DDA1FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #DDA1FF

Tints of Mauve #DDA1FF

Color information

#DDA1FF (or 0xDDA1FF) is unknown color: approx 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

RGB221161255-
CMYK0.130.3700
HSL278.3º100%81.57%-
HSV(B)278.3º36.86%100%-
XYZ60.6148.08100.69-
YUV189.66164.88150.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 161 (63.28% from 255) = 25.27%
BLUE value IS 255 (100% from 255) = 40.03%
R=34.69%
G=25.27%
B=40.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211612550.130.3700278.310081.57
HexDDA1FFD25001166452
Octal335241377154500426144122
Binary11011101101000011111111111011001010010001011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>