#D4A8FE

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

Shades of Mauve #D4A8FE

Tints of Mauve #D4A8FE

Color information

#D4A8FE (or 0xD4A8FE) is unknown color: approx Mauve. HEX triplet: D4, A8 and FE. RGB value is (212,168,254). Sum of RGB (Red+Green+Blue) = 212+168+254=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FE is #2B5701. Grayscale: #BEBEBE. Windows color (decimal): -2840322 or 16689364. OLE color: 16689364.

HSL color Cylindrical-coordinate representation of color #D4A8FE: hue angle of 270.7º 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 #D4A8FE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212168254-
CMYK0.170.3400.00
HSL270.7º97.73%82.75%-
HSV(B)270.7º33.86%99.61%-
XYZ59.0449.16100.14-
YUV190.96163.58143.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.44%
GREEN value IS 168 (66.02% from 255) = 26.50%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=33.44%
G=26.50%
B=40.06%

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
Decimal2121682540.170.3400.00270.797.7382.75
HexD4A8FE11220010f6253
Octal324250376214200417142123
Binary110101001010100011111110100011000100010000111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A8FE; }

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

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

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

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

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

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

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

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