#D7A5FD

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

Shades of Mauve #D7A5FD

Tints of Mauve #D7A5FD

Color information

#D7A5FD (or 0xD7A5FD) is unknown color: approx Mauve. HEX triplet: D7, A5 and FD. RGB value is (215,165,253). Sum of RGB (Red+Green+Blue) = 215+165+253=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A5FD is #285A02. Grayscale: #BDBDBD. Windows color (decimal): -2644483 or 16623063. OLE color: 16623063.

HSL color Cylindrical-coordinate representation of color #D7A5FD: hue angle of 274.09º 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 #D7A5FD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215165253-
CMYK0.150.3500.01
HSL274.09º95.65%81.96%-
HSV(B)274.09º34.78%99.22%-
XYZ59.2148.4599.16-
YUV189.98163.56145.84-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 165 (64.84% from 255) = 26.07%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=33.97%
G=26.07%
B=39.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151652530.150.3500.01274.0995.6581.96
HexD7A5FDF23011126052
Octal327245375174301422140122
Binary11010111101001011111110111111000110110001001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A5FD; }

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

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

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

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

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

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

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

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