#D79AFE

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

Shades of Mauve #D79AFE

Tints of Mauve #D79AFE

Color information

#D79AFE (or 0xD79AFE) is unknown color: approx Mauve. HEX triplet: D7, 9A and FE. RGB value is (215,154,254). Sum of RGB (Red+Green+Blue) = 215+154+254=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 154 (60.55% from 255 or 24.72% 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 #D79AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79AFE is #286501. Grayscale: #B7B7B7. Windows color (decimal): -2647298 or 16685783. OLE color: 16685783.

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

Color convert

RGB215154254-
CMYK0.150.3900.00
HSL276.6º98.04%80%-
HSV(B)276.6º39.37%99.61%-
XYZ57.4744.7199.37-
YUV183.64167.71150.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=34.51%
G=24.72%
B=40.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2151542540.150.3900.00276.698.0480
HexD79AFEF27001156250
Octal327232376174700425142120
Binary11010111100110101111111011111001110010001010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AFE; }

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

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

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

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

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

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

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

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