#D49DFE

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

Shades of Mauve #D49DFE

Tints of Mauve #D49DFE

Color information

#D49DFE (or 0xD49DFE) is unknown color: approx Mauve. HEX triplet: D4, 9D and FE. RGB value is (212,157,254). Sum of RGB (Red+Green+Blue) = 212+157+254=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 157 (61.72% from 255 or 25.20% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #D49DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DFE is #2B6201. Grayscale: #B8B8B8. Windows color (decimal): -2843138 or 16686548. OLE color: 16686548.

HSL color Cylindrical-coordinate representation of color #D49DFE: hue angle of 274.02º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49DFE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212157254-
CMYK0.170.3800.00
HSL274.02º97.98%80.59%-
HSV(B)274.02º38.19%99.61%-
XYZ57.145.2799.49-
YUV184.5167.22147.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 157 (61.72% from 255) = 25.20%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=34.03%
G=25.20%
B=40.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121572540.170.3800.00274.0297.9880.59
HexD49DFE1126001126251
Octal324235376214600422142121
Binary110101001001110111111110100011001100010001001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DFE; }

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

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

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

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

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

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

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

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