#D9A9FA

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

Shades of Mauve #D9A9FA

Tints of Mauve #D9A9FA

Color information

#D9A9FA (or 0xD9A9FA) is unknown color: approx Mauve. HEX triplet: D9, A9 and FA. RGB value is (217,169,250). Sum of RGB (Red+Green+Blue) = 217+169+250=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A9FA is #265605. Grayscale: #C0C0C0. Windows color (decimal): -2512390 or 16427481. OLE color: 16427481.

HSL color Cylindrical-coordinate representation of color #D9A9FA: hue angle of 275.56º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9A9FA is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217169250-
CMYK0.130.3200.02
HSL275.56º89.01%82.16%-
HSV(B)275.56º32.4%98.04%-
XYZ60.0650.0396.93-
YUV192.59160.4145.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.12%
GREEN value IS 169 (66.41% from 255) = 26.57%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=34.12%
G=26.57%
B=39.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171692500.130.3200.02275.5689.0182.16
HexD9A9FAD20021145952
Octal331251372154002424131122
Binary110110011010100111111010110110000001010001010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9FA; }

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

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

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

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

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

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

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

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