#D49CFF

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

Shades of Mauve #D49CFF

Tints of Mauve #D49CFF

Color information

#D49CFF (or 0xD49CFF) is unknown color: approx Mauve. HEX triplet: D4, 9C and FF. RGB value is (212,156,255). Sum of RGB (Red+Green+Blue) = 212+156+255=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D49CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CFF is #2B6300. Grayscale: #B7B7B7. Windows color (decimal): -2843393 or 16751828. OLE color: 16751828.

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

Color convert

RGB212156255-
CMYK0.170.3900
HSL273.94º100%80.59%-
HSV(B)273.94º38.82%100%-
XYZ57.0944.99100.28-
YUV184.03168.05147.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 156 (61.33% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 40.93%
R=34.03%
G=25.04%
B=40.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121562550.170.3900273.9410080.59
HexD49CFF1127001126451
Octal324234377214700422144121
Binary110101001001110011111111100011001110010001001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CFF; }

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

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

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

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

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

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

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

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