#D8A2F9

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

Shades of Mauve #D8A2F9

Tints of Mauve #D8A2F9

Color information

#D8A2F9 (or 0xD8A2F9) is unknown color: approx Mauve. HEX triplet: D8, A2 and F9. RGB value is (216,162,249). Sum of RGB (Red+Green+Blue) = 216+162+249=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8A2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A2F9 is #275D06. Grayscale: #BBBBBB. Windows color (decimal): -2579719 or 16360152. OLE color: 16360152.

HSL color Cylindrical-coordinate representation of color #D8A2F9: hue angle of 277.24º 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 #D8A2F9 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216162249-
CMYK0.130.3500.02
HSL277.24º87.88%80.59%-
HSV(B)277.24º34.94%97.65%-
XYZ58.3447.2895.67-
YUV188.06162.39147.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 162 (63.67% from 255) = 25.84%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=34.45%
G=25.84%
B=39.71%

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
Decimal2161622490.130.3500.02277.2487.8880.59
HexD8A2F9D23021155851
Octal330242371154302425130121
Binary110110001010001011111001110110001101010001010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A2F9; }

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

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

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

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

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

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

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

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