#D9A9FF

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

Shades of Mauve #D9A9FF

Tints of Mauve #D9A9FF

Color information

#D9A9FF (or 0xD9A9FF) is unknown color: approx Mauve. HEX triplet: D9, A9 and FF. RGB value is (217,169,255). Sum of RGB (Red+Green+Blue) = 217+169+255=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A9FF is #265600. Grayscale: #C0C0C0. Windows color (decimal): -2512385 or 16755161. OLE color: 16755161.

HSL color Cylindrical-coordinate representation of color #D9A9FF: hue angle of 273.49º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A9FF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217169255-
CMYK0.150.3400
HSL273.49º100%83.14%-
HSV(B)273.49º33.73%100%-
XYZ60.8550.35101.12-
YUV193.16162.9145.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 169 (66.41% from 255) = 26.37%
BLUE value IS 255 (100% from 255) = 39.78%
R=33.85%
G=26.37%
B=39.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171692550.150.3400273.4910083.14
HexD9A9FFF22001116453
Octal331251377174200421144123
Binary11011001101010011111111111111000100010001000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9FF; }

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

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

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

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

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

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

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

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