#D79FFA

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

Shades of Mauve #D79FFA

Tints of Mauve #D79FFA

Color information

#D79FFA (or 0xD79FFA) is unknown color: approx Mauve. HEX triplet: D7, 9F and FA. RGB value is (215,159,250). Sum of RGB (Red+Green+Blue) = 215+159+250=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #D79FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FFA is #286005. Grayscale: #B9B9B9. Windows color (decimal): -2646022 or 16424919. OLE color: 16424919.

HSL color Cylindrical-coordinate representation of color #D79FFA: hue angle of 276.92º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D79FFA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215159250-
CMYK0.140.3600.02
HSL276.92º90.1%80.2%-
HSV(B)276.92º36.4%98.04%-
XYZ57.6846.1596.31-
YUV186.12164.05148.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.46%
GREEN value IS 159 (62.5% from 255) = 25.48%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=34.46%
G=25.48%
B=40.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151592500.140.3600.02276.9290.180.2
HexD79FFAE24021155a50
Octal327237372164402425132120
Binary110101111001111111111010111010010001010001010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FFA; }

 p { color: rgb(215,159,250); }

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

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

 a { background-color: rgb(215,159,250); }

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

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

 span { border-color: rgb(215,159,250); }

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