#D9A7F3

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

Shades of Mauve #D9A7F3

Tints of Mauve #D9A7F3

Color information

#D9A7F3 (or 0xD9A7F3) is unknown color: approx Mauve. HEX triplet: D9, A7 and F3. RGB value is (217,167,243). Sum of RGB (Red+Green+Blue) = 217+167+243=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 167 (65.62% from 255 or 26.63% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9A7F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A7F3 is #26580C. Grayscale: #BEBEBE. Windows color (decimal): -2512909 or 15968217. OLE color: 15968217.

HSL color Cylindrical-coordinate representation of color #D9A7F3: hue angle of 279.47º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A7F3 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217167243-
CMYK0.110.3100.05
HSL279.47º76%80.39%-
HSV(B)279.47º31.28%95.29%-
XYZ58.6148.8691.14-
YUV190.61157.56146.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.61%
GREEN value IS 167 (65.62% from 255) = 26.63%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=34.61%
G=26.63%
B=38.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171672430.110.3100.05279.477680.39
HexD9A7F3B1F051174c50
Octal331247363133705427114120
Binary110110011010011111110011101111111010110001011110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A7F3; }

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

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

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

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

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

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

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

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