#D9A7FE

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

Shades of Mauve #D9A7FE

Tints of Mauve #D9A7FE

Color information

#D9A7FE (or 0xD9A7FE) is unknown color: approx Mauve. HEX triplet: D9, A7 and FE. RGB value is (217,167,254). Sum of RGB (Red+Green+Blue) = 217+167+254=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A7FE is #265801. Grayscale: #BFBFBF. Windows color (decimal): -2512898 or 16689113. OLE color: 16689113.

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

Color convert

RGB217167254-
CMYK0.150.3400.00
HSL274.48º97.75%82.55%-
HSV(B)274.48º34.25%99.61%-
XYZ60.3249.54100.15-
YUV191.87163.06145.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.01%
GREEN value IS 167 (65.62% from 255) = 26.18%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=34.01%
G=26.18%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2171672540.150.3400.00274.4897.7582.55
HexD9A7FEF22001126253
Octal331247376174200422142123
Binary11011001101001111111111011111000100010001001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7FE; }

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

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

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

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

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

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

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

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