#D49CF9

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

Shades of Mauve #D49CF9

Tints of Mauve #D49CF9

Color information

#D49CF9 (or 0xD49CF9) is unknown color: approx Mauve. HEX triplet: D4, 9C and F9. RGB value is (212,156,249). Sum of RGB (Red+Green+Blue) = 212+156+249=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #D49CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CF9 is #2B6306. Grayscale: #B7B7B7. Windows color (decimal): -2843399 or 16358612. OLE color: 16358612.

HSL color Cylindrical-coordinate representation of color #D49CF9: hue angle of 276.13º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49CF9 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212156249-
CMYK0.150.3700.02
HSL276.13º88.57%79.41%-
HSV(B)276.13º37.35%97.65%-
XYZ56.1444.6195.27-
YUV183.35165.05148.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 249 (97.66% from 255) = 40.36%
R=34.36%
G=25.28%
B=40.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121562490.150.3700.02276.1388.5779.41
HexD49CF9F2502114594f
Octal324234371174502424131117
Binary110101001001110011111001111110010101010001010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CF9; }

 p { color: rgb(212,156,249); }

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

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

 a { background-color: rgb(212,156,249); }

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

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

 span { border-color: rgb(212,156,249); }

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