#D3A5FD

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

Shades of Mauve #D3A5FD

Tints of Mauve #D3A5FD

Color information

#D3A5FD (or 0xD3A5FD) is unknown color: approx Mauve. HEX triplet: D3, A5 and FD. RGB value is (211,165,253). Sum of RGB (Red+Green+Blue) = 211+165+253=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5FD is #2C5A02. Grayscale: #BCBCBC. Windows color (decimal): -2906627 or 16623059. OLE color: 16623059.

HSL color Cylindrical-coordinate representation of color #D3A5FD: hue angle of 271.36º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3A5FD is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211165253-
CMYK0.170.3500.01
HSL271.36º95.65%81.96%-
HSV(B)271.36º34.78%99.22%-
XYZ58.0547.8599.11-
YUV188.79164.24143.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.55%
GREEN value IS 165 (64.84% from 255) = 26.23%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=33.55%
G=26.23%
B=40.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111652530.170.3500.01271.3695.6581.96
HexD3A5FD11230110f6052
Octal323245375214301417140122
Binary110100111010010111111101100011000110110000111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A5FD; }

 p { color: rgb(211,165,253); }

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

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

 a { background-color: rgb(211,165,253); }

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

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

 span { border-color: rgb(211,165,253); }

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