#D79FFD

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

Shades of Mauve #D79FFD

Tints of Mauve #D79FFD

Color information

#D79FFD (or 0xD79FFD) is unknown color: approx Mauve. HEX triplet: D7, 9F and FD. RGB value is (215,159,253). Sum of RGB (Red+Green+Blue) = 215+159+253=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #D79FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FFD is #286002. Grayscale: #BABABA. Windows color (decimal): -2646019 or 16621527. OLE color: 16621527.

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

Color convert

RGB215159253-
CMYK0.150.3700.01
HSL275.74º95.92%80.78%-
HSV(B)275.74º37.15%99.22%-
XYZ58.1546.3498.81-
YUV186.46165.55148.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=34.29%
G=25.36%
B=40.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151592530.150.3700.01275.7495.9280.78
HexD79FFDF25011146051
Octal327237375174501424140121
Binary11010111100111111111110111111001010110001010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FFD; }

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

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

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

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

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

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

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

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