#DDA0FF

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

Shades of Mauve #DDA0FF

Tints of Mauve #DDA0FF

Color information

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

RGB221160255-
CMYK0.130.3700
HSL278.53º100%81.37%-
HSV(B)278.53º37.25%100%-
XYZ60.4447.73100.64-
YUV189.07165.21150.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 160 (62.89% from 255) = 25.16%
BLUE value IS 255 (100% from 255) = 40.09%
R=34.75%
G=25.16%
B=40.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211602550.130.3700278.5310081.37
HexDDA0FFD25001176451
Octal335240377154500427144121
Binary11011101101000001111111111011001010010001011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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