#D6A4F9

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

Shades of Mauve #D6A4F9

Tints of Mauve #D6A4F9

Color information

#D6A4F9 (or 0xD6A4F9) is unknown color: approx Mauve. HEX triplet: D6, A4 and F9. RGB value is (214,164,249). Sum of RGB (Red+Green+Blue) = 214+164+249=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 164 (64.45% from 255 or 26.16% 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 #D6A4F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A4F9 is #295B06. Grayscale: #BCBCBC. Windows color (decimal): -2710279 or 16360662. OLE color: 16360662.

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

Color convert

RGB214164249-
CMYK0.140.3400.02
HSL275.29º87.63%80.98%-
HSV(B)275.29º34.14%97.65%-
XYZ58.1147.6995.76-
YUV188.64162.06146.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 164 (64.45% from 255) = 26.16%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=34.13%
G=26.16%
B=39.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141642490.140.3400.02275.2987.6380.98
HexD6A4F9E22021135851
Octal326244371164202423130121
Binary110101101010010011111001111010001001010001001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A4F9; }

 p { color: rgb(214,164,249); }

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

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

 a { background-color: rgb(214,164,249); }

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

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

 span { border-color: rgb(214,164,249); }

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