#D79DFE

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

Shades of Mauve #D79DFE

Tints of Mauve #D79DFE

Color information

#D79DFE (or 0xD79DFE) is unknown color: approx Mauve. HEX triplet: D7, 9D and FE. RGB value is (215,157,254). Sum of RGB (Red+Green+Blue) = 215+157+254=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #D79DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79DFE is #286201. Grayscale: #B9B9B9. Windows color (decimal): -2646530 or 16686551. OLE color: 16686551.

HSL color Cylindrical-coordinate representation of color #D79DFE: hue angle of 275.88º 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 #D79DFE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB215157254-
CMYK0.150.3800.00
HSL275.88º97.98%80.59%-
HSV(B)275.88º38.19%99.61%-
XYZ57.9745.7299.53-
YUV185.4166.72149.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 157 (61.72% from 255) = 25.08%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=34.35%
G=25.08%
B=40.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151572540.150.3800.00275.8897.9880.59
HexD79DFEF26001146251
Octal327235376174600424142121
Binary11010111100111011111111011111001100010001010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DFE; }

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

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

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

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

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

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

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

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