#D79CFC

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

Shades of Mauve #D79CFC

Tints of Mauve #D79CFC

Color information

#D79CFC (or 0xD79CFC) is unknown color: approx Mauve. HEX triplet: D7, 9C and FC. RGB value is (215,156,252). Sum of RGB (Red+Green+Blue) = 215+156+252=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #D79CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79CFC is #286303. Grayscale: #B8B8B8. Windows color (decimal): -2646788 or 16555223. OLE color: 16555223.

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

Color convert

RGB215156252-
CMYK0.150.3800.01
HSL276.88º94.12%80%-
HSV(B)276.88º38.1%98.82%-
XYZ57.4845.2597.8-
YUV184.58166.05149.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 156 (61.33% from 255) = 25.04%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=34.51%
G=25.04%
B=40.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151562520.150.3800.01276.8894.1280
HexD79CFCF26011155e50
Octal327234374174601425136120
Binary11010111100111001111110011111001100110001010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CFC; }

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

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

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

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

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

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

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

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