#D3A9F2

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

Shades of Mauve #D3A9F2

Tints of Mauve #D3A9F2

Color information

#D3A9F2 (or 0xD3A9F2) is unknown color: approx Mauve. HEX triplet: D3, A9 and F2. RGB value is (211,169,242). Sum of RGB (Red+Green+Blue) = 211+169+242=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A9F2 is #2C560D. Grayscale: #BDBDBD. Windows color (decimal): -2905614 or 15903187. OLE color: 15903187.

HSL color Cylindrical-coordinate representation of color #D3A9F2: hue angle of 274.52º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3A9F2 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211169242-
CMYK0.130.3000.05
HSL274.52º73.74%80.59%-
HSV(B)274.52º30.17%94.9%-
XYZ57.0848.6490.38-
YUV189.88157.41143.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=33.92%
G=27.17%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111692420.130.3000.05274.5273.7480.59
HexD3A9F2D1E051134a51
Octal323251362153605423112121
Binary110100111010100111110010110111110010110001001110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A9F2; }

 p { color: rgb(211,169,242); }

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

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

 a { background-color: rgb(211,169,242); }

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

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

 span { border-color: rgb(211,169,242); }

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