#d4a9f6

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

Shades of Mauve #D4A9F6

Tints of Mauve #D4A9F6

Color information

#D4A9F6 (or 0xD4A9F6) is unknown color: approx Mauve. HEX triplet: D4, A9 and F6. RGB value is (212,169,246). Sum of RGB (Red+Green+Blue) = 212+169+246=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4A9F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9F6 is #2B5609. Grayscale: #BEBEBE. Windows color (decimal): -2840074 or 16165332. OLE color: 16165332.

HSL color Cylindrical-coordinate representation of color #D4A9F6: hue angle of 273.51º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4A9F6 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212169246-
CMYK0.140.3100.04
HSL273.51º81.05%81.37%-
HSV(B)273.51º31.3%96.47%-
XYZ57.9749.0393.6-
YUV190.64159.25143.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=33.81%
G=26.95%
B=39.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121692460.140.3100.04273.5181.0581.37
HexD4A9F6E1F041125151
Octal324251366163704422121121
Binary110101001010100111110110111011111010010001001010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4a9f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4a9f6; }

 p { color: rgb(212,169,246); }

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

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

 a { background-color: rgb(212,169,246); }

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

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

 span { border-color: rgb(212,169,246); }

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