#D4A5FD

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

Shades of Mauve #D4A5FD

Tints of Mauve #D4A5FD

Color information

#D4A5FD (or 0xD4A5FD) is unknown color: approx Mauve. HEX triplet: D4, A5 and FD. RGB value is (212,165,253). Sum of RGB (Red+Green+Blue) = 212+165+253=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A5FD is #2B5A02. Grayscale: #BCBCBC. Windows color (decimal): -2841091 or 16623060. OLE color: 16623060.

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

Color convert

RGB212165253-
CMYK0.160.3500.01
HSL272.05º95.65%81.96%-
HSV(B)272.05º34.78%99.22%-
XYZ58.344899.12-
YUV189.08164.07144.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 165 (64.84% from 255) = 26.19%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=33.65%
G=26.19%
B=40.16%

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
Decimal2121652530.160.3500.01272.0595.6581.96
HexD4A5FD1023011106052
Octal324245375204301420140122
Binary110101001010010111111101100001000110110001000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A5FD; }

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

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

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

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

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

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

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

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