#D4A8F3

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

Shades of Mauve #D4A8F3

Tints of Mauve #D4A8F3

Color information

#D4A8F3 (or 0xD4A8F3) is unknown color: approx Mauve. HEX triplet: D4, A8 and F3. RGB value is (212,168,243). Sum of RGB (Red+Green+Blue) = 212+168+243=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8F3 is #2B570C. Grayscale: #BDBDBD. Windows color (decimal): -2840333 or 15968468. OLE color: 15968468.

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

Color convert

RGB212168243-
CMYK0.130.3100.05
HSL275.2º75.76%80.59%-
HSV(B)275.2º30.86%95.29%-
XYZ57.3348.4791.13-
YUV189.71158.08143.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 168 (66.02% from 255) = 26.97%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=34.03%
G=26.97%
B=39.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121682430.130.3100.05275.275.7680.59
HexD4A8F3D1F051134c51
Octal324250363153705423114121
Binary110101001010100011110011110111111010110001001110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8F3; }

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

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

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

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

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

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

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

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