#DDA1FD

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

Shades of Mauve #DDA1FD

Tints of Mauve #DDA1FD

Color information

#DDA1FD (or 0xDDA1FD) is unknown color: approx Mauve. HEX triplet: DD, A1 and FD. RGB value is (221,161,253). Sum of RGB (Red+Green+Blue) = 221+161+253=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 161 (63.28% from 255 or 25.35% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1FD is #225E02. Grayscale: #BDBDBD. Windows color (decimal): -2252291 or 16622045. OLE color: 16622045.

HSL color Cylindrical-coordinate representation of color #DDA1FD: hue angle of 279.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA1FD is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221161253-
CMYK0.130.3600.01
HSL279.13º95.83%81.18%-
HSV(B)279.13º36.36%99.22%-
XYZ60.2947.9599.01-
YUV189.43163.88150.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 161 (63.28% from 255) = 25.35%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=34.80%
G=25.35%
B=39.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211612530.130.3600.01279.1395.8381.18
HexDDA1FDD24011176051
Octal335241375154401427140121
Binary11011101101000011111110111011001000110001011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1FD; }

 p { color: rgb(221,161,253); }

 H1.HeaderClassName
 {
   color: #DDA1FD;
 }
 .AnyTagClassName
 {
   color: #DDA1FD;
 }
</style>
background-color css

<style>
 a { background-color: #DDA1FD; }

 a { background-color: rgb(221,161,253); }

 div.DivClassName
 {
   background-color: #DDA1FD;
 }
 .BgClassName
 {
   background-color: #DDA1FD;
 }
</style>
border-color css

<style>
 span { border-color: #DDA1FD; }

 span { border-color: rgb(221,161,253); }

 td.TdClassName
 {
   border-color: #DDA1FD;
 }
 .TagClassName
 {
   border-color: #DDA1FD;
 }
</style>