#D9A4FE

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

Shades of Mauve #D9A4FE

Tints of Mauve #D9A4FE

Color information

#D9A4FE (or 0xD9A4FE) is unknown color: approx Mauve. HEX triplet: D9, A4 and FE. RGB value is (217,164,254). Sum of RGB (Red+Green+Blue) = 217+164+254=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A4FE is #265B01. Grayscale: #BDBDBD. Windows color (decimal): -2513666 or 16688345. OLE color: 16688345.

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

Color convert

RGB217164254-
CMYK0.150.3500.00
HSL275.33º97.83%81.96%-
HSV(B)275.33º35.43%99.61%-
XYZ59.7848.4699.97-
YUV190.11164.06147.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 164 (64.45% from 255) = 25.83%
BLUE value IS 254 (99.61% from 255) = 40%
R=34.17%
G=25.83%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171642540.150.3500.00275.3397.8381.96
HexD9A4FEF23001136252
Octal331244376174300423142122
Binary11011001101001001111111011111000110010001001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4FE; }

 p { color: rgb(217,164,254); }

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

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

 a { background-color: rgb(217,164,254); }

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

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

 span { border-color: rgb(217,164,254); }

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