#D9A1FE

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

Shades of Mauve #D9A1FE

Tints of Mauve #D9A1FE

Color information

#D9A1FE (or 0xD9A1FE) is unknown color: approx Mauve. HEX triplet: D9, A1 and FE. RGB value is (217,161,254). Sum of RGB (Red+Green+Blue) = 217+161+254=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A1FE is #265E01. Grayscale: #BCBCBC. Windows color (decimal): -2514434 or 16687577. OLE color: 16687577.

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

Color convert

RGB217161254-
CMYK0.150.3700.00
HSL276.13º97.89%81.37%-
HSV(B)276.13º36.61%99.61%-
XYZ59.2547.499.79-
YUV188.35165.05148.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 161 (63.28% from 255) = 25.47%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=34.34%
G=25.47%
B=40.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171612540.150.3700.00276.1397.8981.37
HexD9A1FEF25001146251
Octal331241376174500424142121
Binary11011001101000011111111011111001010010001010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1FE; }

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

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

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

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

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

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

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

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