#D7A0FD

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

Shades of Mauve #D7A0FD

Tints of Mauve #D7A0FD

Color information

#D7A0FD (or 0xD7A0FD) is unknown color: approx Mauve. HEX triplet: D7, A0 and FD. RGB value is (215,160,253). Sum of RGB (Red+Green+Blue) = 215+160+253=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A0FD is #285F02. Grayscale: #BABABA. Windows color (decimal): -2645763 or 16621783. OLE color: 16621783.

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

Color convert

RGB215160253-
CMYK0.150.3700.01
HSL275.48º95.88%80.98%-
HSV(B)275.48º36.76%99.22%-
XYZ58.3246.6898.86-
YUV187.05165.22147.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.24%
GREEN value IS 160 (62.89% from 255) = 25.48%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=34.24%
G=25.48%
B=40.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151602530.150.3700.01275.4895.8880.98
HexD7A0FDF25011136051
Octal327240375174501423140121
Binary11010111101000001111110111111001010110001001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0FD; }

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

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

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

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

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

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

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

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