#D49DFD

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

Shades of Mauve #D49DFD

Tints of Mauve #D49DFD

Color information

#D49DFD (or 0xD49DFD) is unknown color: approx Mauve. HEX triplet: D4, 9D and FD. RGB value is (212,157,253). Sum of RGB (Red+Green+Blue) = 212+157+253=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #D49DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DFD is #2B6202. Grayscale: #B8B8B8. Windows color (decimal): -2843139 or 16621012. OLE color: 16621012.

HSL color Cylindrical-coordinate representation of color #D49DFD: hue angle of 274.38º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49DFD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212157253-
CMYK0.160.3800.01
HSL274.38º96%80.39%-
HSV(B)274.38º37.94%99.22%-
XYZ56.9445.298.65-
YUV184.39166.72147.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.08%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=34.08%
G=25.24%
B=40.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121572530.160.3800.01274.389680.39
HexD49DFD1026011126050
Octal324235375204601422140120
Binary110101001001110111111101100001001100110001001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DFD; }

 p { color: rgb(212,157,253); }

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

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

 a { background-color: rgb(212,157,253); }

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

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

 span { border-color: rgb(212,157,253); }

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