#D8A0FD

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

Shades of Mauve #D8A0FD

Tints of Mauve #D8A0FD

Color information

#D8A0FD (or 0xD8A0FD) is unknown color: approx Mauve. HEX triplet: D8, A0 and FD. RGB value is (216,160,253). Sum of RGB (Red+Green+Blue) = 216+160+253=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A0FD is #275F02. Grayscale: #BBBBBB. Windows color (decimal): -2580227 or 16621784. OLE color: 16621784.

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

Color convert

RGB216160253-
CMYK0.150.3700.01
HSL276.13º95.88%80.98%-
HSV(B)276.13º36.76%99.22%-
XYZ58.6246.8398.88-
YUV187.35165.05148.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 160 (62.89% from 255) = 25.44%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=34.34%
G=25.44%
B=40.22%

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
Decimal2161602530.150.3700.01276.1395.8880.98
HexD8A0FDF25011146051
Octal330240375174501424140121
Binary11011000101000001111110111111001010110001010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0FD; }

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

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

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

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

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

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

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

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