#D8A7F9

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

Shades of Mauve #D8A7F9

Tints of Mauve #D8A7F9

Color information

#D8A7F9 (or 0xD8A7F9) is unknown color: approx Mauve. HEX triplet: D8, A7 and F9. RGB value is (216,167,249). Sum of RGB (Red+Green+Blue) = 216+167+249=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8A7F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A7F9 is #275806. Grayscale: #BEBEBE. Windows color (decimal): -2578439 or 16361432. OLE color: 16361432.

HSL color Cylindrical-coordinate representation of color #D8A7F9: hue angle of 275.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8A7F9 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216167249-
CMYK0.130.3300.02
HSL275.85º87.23%81.57%-
HSV(B)275.85º32.93%97.65%-
XYZ59.2449.0895.97-
YUV191160.73145.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.18%
GREEN value IS 167 (65.62% from 255) = 26.42%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=34.18%
G=26.42%
B=39.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161672490.130.3300.02275.8587.2381.57
HexD8A7F9D21021145752
Octal330247371154102424127122
Binary110110001010011111111001110110000101010001010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A7F9; }

 p { color: rgb(216,167,249); }

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

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

 a { background-color: rgb(216,167,249); }

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

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

 span { border-color: rgb(216,167,249); }

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