#D3A5F9

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

Shades of Mauve #D3A5F9

Tints of Mauve #D3A5F9

Color information

#D3A5F9 (or 0xD3A5F9) is unknown color: approx Mauve. HEX triplet: D3, A5 and F9. RGB value is (211,165,249). Sum of RGB (Red+Green+Blue) = 211+165+249=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3A5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5F9 is #2C5A06. Grayscale: #BCBCBC. Windows color (decimal): -2906631 or 16360915. OLE color: 16360915.

HSL color Cylindrical-coordinate representation of color #D3A5F9: hue angle of 272.86º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3A5F9 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211165249-
CMYK0.150.3400.02
HSL272.86º87.5%81.18%-
HSV(B)272.86º33.73%97.65%-
XYZ57.4247.695.78-
YUV188.33162.24144.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.76%
GREEN value IS 165 (64.84% from 255) = 26.4%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=33.76%
G=26.4%
B=39.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111652490.150.3400.02272.8687.581.18
HexD3A5F9F22021115851
Octal323245371174202421130121
Binary110100111010010111111001111110001001010001000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A5F9; }

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

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

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

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

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

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

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

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