#D79AFC

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

Shades of Mauve #D79AFC

Tints of Mauve #D79AFC

Color information

#D79AFC (or 0xD79AFC) is unknown color: approx Mauve. HEX triplet: D7, 9A and FC. RGB value is (215,154,252). Sum of RGB (Red+Green+Blue) = 215+154+252=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #D79AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79AFC is #286503. Grayscale: #B7B7B7. Windows color (decimal): -2647300 or 16554711. OLE color: 16554711.

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

Color convert

RGB215154252-
CMYK0.150.3900.01
HSL277.35º94.23%79.61%-
HSV(B)277.35º38.89%98.82%-
XYZ57.1544.5997.69-
YUV183.41166.71150.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.62%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=34.62%
G=24.80%
B=40.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151542520.150.3900.01277.3594.2379.61
HexD79AFCF27011155e50
Octal327232374174701425136120
Binary11010111100110101111110011111001110110001010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79AFC; }

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

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

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

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

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

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

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

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