#D49AF6

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

Shades of Mauve #D49AF6

Tints of Mauve #D49AF6

Color information

#D49AF6 (or 0xD49AF6) is unknown color: approx Mauve. HEX triplet: D4, 9A and F6. RGB value is (212,154,246). Sum of RGB (Red+Green+Blue) = 212+154+246=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #D49AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AF6 is #2B6509. Grayscale: #B5B5B5. Windows color (decimal): -2843914 or 16161492. OLE color: 16161492.

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

Color convert

RGB212154246-
CMYK0.140.3700.04
HSL277.83º83.64%78.43%-
HSV(B)277.83º37.4%96.47%-
XYZ55.3443.7692.72-
YUV181.83164.22149.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=34.64%
G=25.16%
B=40.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121542460.140.3700.04277.8383.6478.43
HexD49AF6E2504116544e
Octal324232366164504426124116
Binary1101010010011010111101101110100101010010001011010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49AF6; }

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

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

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

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

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

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

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

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