#D49FFF

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

Shades of Mauve #D49FFF

Tints of Mauve #D49FFF

Color information

#D49FFF (or 0xD49FFF) is unknown color: approx Mauve. HEX triplet: D4, 9F and FF. RGB value is (212,159,255). Sum of RGB (Red+Green+Blue) = 212+159+255=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #D49FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FFF is #2B6000. Grayscale: #B9B9B9. Windows color (decimal): -2842625 or 16752596. OLE color: 16752596.

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

Color convert

RGB212159255-
CMYK0.170.3800
HSL273.12º100%81.18%-
HSV(B)273.12º37.65%100%-
XYZ57.646.01100.45-
YUV185.79167.06146.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 159 (62.5% from 255) = 25.40%
BLUE value IS 255 (100% from 255) = 40.73%
R=33.87%
G=25.40%
B=40.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121592550.170.3800273.1210081.18
HexD49FFF1126001116451
Octal324237377214600421144121
Binary110101001001111111111111100011001100010001000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FFF; }

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

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

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

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

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

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

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

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