#D5A5F9

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

Shades of Mauve #D5A5F9

Tints of Mauve #D5A5F9

Color information

#D5A5F9 (or 0xD5A5F9) is unknown color: approx Mauve. HEX triplet: D5, A5 and F9. RGB value is (213,165,249). Sum of RGB (Red+Green+Blue) = 213+165+249=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5A5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5F9 is #2A5A06. Grayscale: #BCBCBC. Windows color (decimal): -2775559 or 16360917. OLE color: 16360917.

HSL color Cylindrical-coordinate representation of color #D5A5F9: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A5F9 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213165249-
CMYK0.140.3400.02
HSL274.29º87.5%81.18%-
HSV(B)274.29º33.73%97.65%-
XYZ57.9947.995.81-
YUV188.93161.9145.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 165 (64.84% from 255) = 26.32%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=33.97%
G=26.32%
B=39.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131652490.140.3400.02274.2987.581.18
HexD5A5F9E22021125851
Octal325245371164202422130121
Binary110101011010010111111001111010001001010001001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5F9; }

 p { color: rgb(213,165,249); }

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

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

 a { background-color: rgb(213,165,249); }

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

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

 span { border-color: rgb(213,165,249); }

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