#D4A9F3

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

Shades of Mauve #D4A9F3

Tints of Mauve #D4A9F3

Color information

#D4A9F3 (or 0xD4A9F3) is unknown color: approx Mauve. HEX triplet: D4, A9 and F3. RGB value is (212,169,243). Sum of RGB (Red+Green+Blue) = 212+169+243=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4A9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9F3 is #2B560C. Grayscale: #BEBEBE. Windows color (decimal): -2840077 or 15968724. OLE color: 15968724.

HSL color Cylindrical-coordinate representation of color #D4A9F3: hue angle of 274.86º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A9F3 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212169243-
CMYK0.130.3000.05
HSL274.86º75.51%80.78%-
HSV(B)274.86º30.45%95.29%-
XYZ57.5248.8491.19-
YUV190.29157.75143.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.97%
GREEN value IS 169 (66.41% from 255) = 27.08%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=33.97%
G=27.08%
B=38.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121692430.130.3000.05274.8675.5180.78
HexD4A9F3D1E051134c51
Octal324251363153605423114121
Binary110101001010100111110011110111110010110001001110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A9F3; }

 p { color: rgb(212,169,243); }

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

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

 a { background-color: rgb(212,169,243); }

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

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

 span { border-color: rgb(212,169,243); }

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