#D3A3F1

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

Shades of Mauve #D3A3F1

Tints of Mauve #D3A3F1

Color information

#D3A3F1 (or 0xD3A3F1) is unknown color: approx Mauve. HEX triplet: D3, A3 and F1. RGB value is (211,163,241). Sum of RGB (Red+Green+Blue) = 211+163+241=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3A3F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A3F1 is #2C5C0E. Grayscale: #B9B9B9. Windows color (decimal): -2907151 or 15836115. OLE color: 15836115.

HSL color Cylindrical-coordinate representation of color #D3A3F1: hue angle of 276.92º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3A3F1 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211163241-
CMYK0.120.3200.05
HSL276.92º73.58%79.22%-
HSV(B)276.92º32.37%94.51%-
XYZ55.8446.3989.23-
YUV186.24158.9145.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.31%
GREEN value IS 163 (64.06% from 255) = 26.50%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=34.31%
G=26.50%
B=39.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111632410.120.3200.05276.9273.5879.22
HexD3A3F1C20051154a4f
Octal323243361144005425112117
Binary1101001110100011111100011100100000010110001010110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A3F1; }

 p { color: rgb(211,163,241); }

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

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

 a { background-color: rgb(211,163,241); }

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

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

 span { border-color: rgb(211,163,241); }

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