#D8A3FE

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

Shades of Mauve #D8A3FE

Tints of Mauve #D8A3FE

Color information

#D8A3FE (or 0xD8A3FE) is unknown color: approx Mauve. HEX triplet: D8, A3 and FE. RGB value is (216,163,254). Sum of RGB (Red+Green+Blue) = 216+163+254=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A3FE is #275C01. Grayscale: #BCBCBC. Windows color (decimal): -2579458 or 16688088. OLE color: 16688088.

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

Color convert

RGB216163254-
CMYK0.150.3600.00
HSL274.95º97.85%81.76%-
HSV(B)274.95º35.83%99.61%-
XYZ59.3147.9599.9-
YUV189.22164.56147.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.12%
GREEN value IS 163 (64.06% from 255) = 25.75%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=34.12%
G=25.75%
B=40.13%

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
Decimal2161632540.150.3600.00274.9597.8581.76
HexD8A3FEF24001136252
Octal330243376174400423142122
Binary11011000101000111111111011111001000010001001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A3FE; }

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

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

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

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

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

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

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

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