#D49EFF

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

Shades of Mauve #D49EFF

Tints of Mauve #D49EFF

Color information

#D49EFF (or 0xD49EFF) is unknown color: approx Mauve. HEX triplet: D4, 9E and FF. RGB value is (212,158,255). Sum of RGB (Red+Green+Blue) = 212+158+255=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D49EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EFF is #2B6100. Grayscale: #B8B8B8. Windows color (decimal): -2842881 or 16752340. OLE color: 16752340.

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

Color convert

RGB212158255-
CMYK0.170.3800
HSL273.4º100%80.98%-
HSV(B)273.4º38.04%100%-
XYZ57.4345.67100.4-
YUV185.2167.39147.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 158 (62.11% from 255) = 25.28%
BLUE value IS 255 (100% from 255) = 40.8%
R=33.92%
G=25.28%
B=40.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121582550.170.3800273.410080.98
HexD49EFF1126001116451
Octal324236377214600421144121
Binary110101001001111011111111100011001100010001000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EFF; }

 p { color: rgb(212,158,255); }

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

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

 a { background-color: rgb(212,158,255); }

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

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

 span { border-color: rgb(212,158,255); }

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