#D9A9FD

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

Shades of Mauve #D9A9FD

Tints of Mauve #D9A9FD

Color information

#D9A9FD (or 0xD9A9FD) is unknown color: approx Mauve. HEX triplet: D9, A9 and FD. RGB value is (217,169,253). Sum of RGB (Red+Green+Blue) = 217+169+253=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A9FD is #265602. Grayscale: #C0C0C0. Windows color (decimal): -2512387 or 16624089. OLE color: 16624089.

HSL color Cylindrical-coordinate representation of color #D9A9FD: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A9FD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217169253-
CMYK0.140.3300.01
HSL274.29º95.45%82.75%-
HSV(B)274.29º33.2%99.22%-
XYZ60.5350.2299.43-
YUV192.93161.9145.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 169 (66.41% from 255) = 26.45%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=33.96%
G=26.45%
B=39.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171692530.140.3300.01274.2995.4582.75
HexD9A9FDE21011125f53
Octal331251375164101422137123
Binary11011001101010011111110111101000010110001001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9FD; }

 p { color: rgb(217,169,253); }

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

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

 a { background-color: rgb(217,169,253); }

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

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

 span { border-color: rgb(217,169,253); }

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