#D5A5FD

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

Shades of Mauve #D5A5FD

Tints of Mauve #D5A5FD

Color information

#D5A5FD (or 0xD5A5FD) is unknown color: approx Mauve. HEX triplet: D5, A5 and FD. RGB value is (213,165,253). Sum of RGB (Red+Green+Blue) = 213+165+253=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5FD is #2A5A02. Grayscale: #BDBDBD. Windows color (decimal): -2775555 or 16623061. OLE color: 16623061.

HSL color Cylindrical-coordinate representation of color #D5A5FD: hue angle of 272.73º degrees, saturation: 0.96, 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 #D5A5FD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB213165253-
CMYK0.160.3500.01
HSL272.73º95.65%81.96%-
HSV(B)272.73º34.78%99.22%-
XYZ58.6348.1599.13-
YUV189.38163.9144.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 165 (64.84% from 255) = 26.15%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=33.76%
G=26.15%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2131652530.160.3500.01272.7395.6581.96
HexD5A5FD1023011116052
Octal325245375204301421140122
Binary110101011010010111111101100001000110110001000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5FD; }

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

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

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

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

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

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

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

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