#D9A5FC

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

Shades of Mauve #D9A5FC

Tints of Mauve #D9A5FC

Color information

#D9A5FC (or 0xD9A5FC) is unknown color: approx Mauve. HEX triplet: D9, A5 and FC. RGB value is (217,165,252). Sum of RGB (Red+Green+Blue) = 217+165+252=634 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.23% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9A5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A5FC is #265A03. Grayscale: #BEBEBE. Windows color (decimal): -2513412 or 16557529. OLE color: 16557529.

HSL color Cylindrical-coordinate representation of color #D9A5FC: hue angle of 275.86º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A5FC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217165252-
CMYK0.140.3500.01
HSL275.86º93.55%81.76%-
HSV(B)275.86º34.52%98.82%-
XYZ59.6448.6998.35-
YUV190.47162.73146.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.23%
GREEN value IS 165 (64.84% from 255) = 26.03%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=34.23%
G=26.03%
B=39.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2171652520.140.3500.01275.8693.5581.76
HexD9A5FCE23011145e52
Octal331245374164301424136122
Binary11011001101001011111110011101000110110001010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A5FC; }

 p { color: rgb(217,165,252); }

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

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

 a { background-color: rgb(217,165,252); }

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

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

 span { border-color: rgb(217,165,252); }

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