#D9A2F9

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

Shades of Mauve #D9A2F9

Tints of Mauve #D9A2F9

Color information

#D9A2F9 (or 0xD9A2F9) is unknown color: approx Mauve. HEX triplet: D9, A2 and F9. RGB value is (217,162,249). Sum of RGB (Red+Green+Blue) = 217+162+249=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9A2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A2F9 is #265D06. Grayscale: #BCBCBC. Windows color (decimal): -2514183 or 16360153. OLE color: 16360153.

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

Color convert

RGB217162249-
CMYK0.130.3500.02
HSL277.93º87.88%80.59%-
HSV(B)277.93º34.94%97.65%-
XYZ58.6347.4395.69-
YUV188.36162.22148.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 162 (63.67% from 255) = 25.80%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=34.55%
G=25.80%
B=39.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171622490.130.3500.02277.9387.8880.59
HexD9A2F9D23021165851
Octal331242371154302426130121
Binary110110011010001011111001110110001101010001011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2F9; }

 p { color: rgb(217,162,249); }

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

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

 a { background-color: rgb(217,162,249); }

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

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

 span { border-color: rgb(217,162,249); }

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