#D4A7FE

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

Shades of Mauve #D4A7FE

Tints of Mauve #D4A7FE

Color information

#D4A7FE (or 0xD4A7FE) is unknown color: approx Mauve. HEX triplet: D4, A7 and FE. RGB value is (212,167,254). Sum of RGB (Red+Green+Blue) = 212+167+254=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 167 (65.62% from 255 or 26.38% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7FE is #2B5801. Grayscale: #BEBEBE. Windows color (decimal): -2840578 or 16689108. OLE color: 16689108.

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

Color convert

RGB212167254-
CMYK0.170.3400.00
HSL271.03º97.75%82.55%-
HSV(B)271.03º34.25%99.61%-
XYZ58.8648.79100.08-
YUV190.37163.91143.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 167 (65.62% from 255) = 26.38%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=33.49%
G=26.38%
B=40.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121672540.170.3400.00271.0397.7582.55
HexD4A7FE11220010f6253
Octal324247376214200417142123
Binary110101001010011111111110100011000100010000111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7FE; }

 p { color: rgb(212,167,254); }

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

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

 a { background-color: rgb(212,167,254); }

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

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

 span { border-color: rgb(212,167,254); }

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