#D794FB

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

Shades of Mauve #D794FB

Tints of Mauve #D794FB

Color information

#D794FB (or 0xD794FB) is unknown color: approx Mauve. HEX triplet: D7, 94 and FB. RGB value is (215,148,251). Sum of RGB (Red+Green+Blue) = 215+148+251=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #D794FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794FB is #286B04. Grayscale: #B3B3B3. Windows color (decimal): -2648837 or 16487639. OLE color: 16487639.

HSL color Cylindrical-coordinate representation of color #D794FB: hue angle of 279.03º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D794FB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215148251-
CMYK0.140.4100.02
HSL279.03º92.79%78.24%-
HSV(B)279.03º41.04%98.43%-
XYZ56.0342.5996.53-
YUV179.78168.2153.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 148 (58.20% from 255) = 24.10%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=35.02%
G=24.10%
B=40.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151482510.140.4100.02279.0392.7978.24
HexD794FBE29021175d4e
Octal327224373165102427135116
Binary110101111001010011111011111010100101010001011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794FB; }

 p { color: rgb(215,148,251); }

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

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

 a { background-color: rgb(215,148,251); }

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

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

 span { border-color: rgb(215,148,251); }

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