#D9A8FF

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

Shades of Mauve #D9A8FF

Tints of Mauve #D9A8FF

Color information

#D9A8FF (or 0xD9A8FF) is unknown color: approx Mauve. HEX triplet: D9, A8 and FF. RGB value is (217,168,255). Sum of RGB (Red+Green+Blue) = 217+168+255=640 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.91% from 640); Green value is 168 (66.02% from 255 or 26.25% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A8FF is #265700. Grayscale: #C0C0C0. Windows color (decimal): -2512641 or 16754905. OLE color: 16754905.

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

Color convert

RGB217168255-
CMYK0.150.3400
HSL273.79º100%82.94%-
HSV(B)273.79º34.12%100%-
XYZ60.6749.98101.06-
YUV192.57163.23145.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.91%
GREEN value IS 168 (66.02% from 255) = 26.25%
BLUE value IS 255 (100% from 255) = 39.84%
R=33.91%
G=26.25%
B=39.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171682550.150.3400273.7910082.94
HexD9A8FFF22001126453
Octal331250377174200422144123
Binary11011001101010001111111111111000100010001001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A8FF; }

 p { color: rgb(217,168,255); }

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

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

 a { background-color: rgb(217,168,255); }

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

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

 span { border-color: rgb(217,168,255); }

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