#D79FF1

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

Shades of Mauve #D79FF1

Tints of Mauve #D79FF1

Color information

#D79FF1 (or 0xD79FF1) is unknown color: approx Mauve. HEX triplet: D7, 9F and F1. RGB value is (215,159,241). Sum of RGB (Red+Green+Blue) = 215+159+241=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #D79FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FF1 is #28600E. Grayscale: #B8B8B8. Windows color (decimal): -2646031 or 15835095. OLE color: 15835095.

HSL color Cylindrical-coordinate representation of color #D79FF1: hue angle of 280.98º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D79FF1 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215159241-
CMYK0.110.3400.05
HSL280.98º74.55%78.43%-
HSV(B)280.98º34.02%94.51%-
XYZ56.345.5989.05-
YUV185.09159.55149.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 159 (62.5% from 255) = 25.85%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=34.96%
G=25.85%
B=39.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151592410.110.3400.05280.9874.5578.43
HexD79FF1B22051194b4e
Octal327237361134205431113116
Binary1101011110011111111100011011100010010110001100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FF1; }

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

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

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

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

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

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

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

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