#D5A5FE

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

Shades of Mauve #D5A5FE

Tints of Mauve #D5A5FE

Color information

#D5A5FE (or 0xD5A5FE) is unknown color: approx Mauve. HEX triplet: D5, A5 and FE. RGB value is (213,165,254). Sum of RGB (Red+Green+Blue) = 213+165+254=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5FE is #2A5A01. Grayscale: #BDBDBD. Windows color (decimal): -2775554 or 16688597. OLE color: 16688597.

HSL color Cylindrical-coordinate representation of color #D5A5FE: hue angle of 272.36º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5A5FE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB213165254-
CMYK0.160.3500.00
HSL272.36º97.8%82.16%-
HSV(B)272.36º35.04%99.61%-
XYZ58.7948.2199.97-
YUV189.5164.4144.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.70%
GREEN value IS 165 (64.84% from 255) = 26.11%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=33.70%
G=26.11%
B=40.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131652540.160.3500.00272.3697.882.16
HexD5A5FE1023001106252
Octal325245376204300420142122
Binary110101011010010111111110100001000110010001000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A5FE; }

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

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

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

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

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

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

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

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