#D7A3FE

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

Shades of Mauve #D7A3FE

Tints of Mauve #D7A3FE

Color information

#D7A3FE (or 0xD7A3FE) is unknown color: approx Mauve. HEX triplet: D7, A3 and FE. RGB value is (215,163,254). Sum of RGB (Red+Green+Blue) = 215+163+254=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A3FE is #285C01. Grayscale: #BCBCBC. Windows color (decimal): -2644994 or 16688087. OLE color: 16688087.

HSL color Cylindrical-coordinate representation of color #D7A3FE: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7A3FE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215163254-
CMYK0.150.3600.00
HSL274.29º97.85%81.76%-
HSV(B)274.29º35.83%99.61%-
XYZ59.0147.899.88-
YUV188.92164.73146.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.02%
GREEN value IS 163 (64.06% from 255) = 25.79%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=34.02%
G=25.79%
B=40.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151632540.150.3600.00274.2997.8581.76
HexD7A3FEF24001126252
Octal327243376174400422142122
Binary11010111101000111111111011111001000010001001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A3FE; }

 p { color: rgb(215,163,254); }

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

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

 a { background-color: rgb(215,163,254); }

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

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

 span { border-color: rgb(215,163,254); }

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