#D3A4FB

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

Shades of Mauve #D3A4FB

Tints of Mauve #D3A4FB

Color information

#D3A4FB (or 0xD3A4FB) is unknown color: approx Mauve. HEX triplet: D3, A4 and FB. RGB value is (211,164,251). Sum of RGB (Red+Green+Blue) = 211+164+251=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3A4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A4FB is #2C5B04. Grayscale: #BBBBBB. Windows color (decimal): -2906885 or 16491731. OLE color: 16491731.

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

Color convert

RGB211164251-
CMYK0.160.3500.02
HSL272.41º91.58%81.37%-
HSV(B)272.41º34.66%98.43%-
XYZ57.5547.3697.38-
YUV187.97163.57144.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.71%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=33.71%
G=26.20%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111642510.160.3500.02272.4191.5881.37
HexD3A4FB1023021105c51
Octal323244373204302420134121
Binary1101001110100100111110111000010001101010001000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A4FB; }

 p { color: rgb(211,164,251); }

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

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

 a { background-color: rgb(211,164,251); }

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

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

 span { border-color: rgb(211,164,251); }

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