#D49FF6

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

Shades of Mauve #D49FF6

Tints of Mauve #D49FF6

Color information

#D49FF6 (or 0xD49FF6) is unknown color: approx Mauve. HEX triplet: D4, 9F and F6. RGB value is (212,159,246). Sum of RGB (Red+Green+Blue) = 212+159+246=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #D49FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FF6 is #2B6009. Grayscale: #B8B8B8. Windows color (decimal): -2842634 or 16162772. OLE color: 16162772.

HSL color Cylindrical-coordinate representation of color #D49FF6: hue angle of 276.55º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49FF6 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212159246-
CMYK0.140.3500.04
HSL276.55º82.86%79.41%-
HSV(B)276.55º35.37%96.47%-
XYZ56.1845.4593-
YUV184.76162.56147.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 246 (96.48% from 255) = 39.87%
R=34.36%
G=25.77%
B=39.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121592460.140.3500.04276.5582.8679.41
HexD49FF6E2304115534f
Octal324237366164304425123117
Binary1101010010011111111101101110100011010010001010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FF6; }

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

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

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

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

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

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

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

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