#D796FF

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

Shades of Mauve #D796FF

Tints of Mauve #D796FF

Color information

#D796FF (or 0xD796FF) is unknown color: approx Mauve. HEX triplet: D7, 96 and FF. RGB value is (215,150,255). Sum of RGB (Red+Green+Blue) = 215+150+255=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #D796FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D796FF is #286900. Grayscale: #B5B5B5. Windows color (decimal): -2648321 or 16750295. OLE color: 16750295.

HSL color Cylindrical-coordinate representation of color #D796FF: hue angle of 277.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D796FF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215150255-
CMYK0.160.4100
HSL277.14º100%79.41%-
HSV(B)277.14º41.18%100%-
XYZ56.9843.48100-
YUV181.4169.53151.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 150 (58.98% from 255) = 24.19%
BLUE value IS 255 (100% from 255) = 41.13%
R=34.68%
G=24.19%
B=41.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151502550.160.4100277.1410079.41
HexD796FF102900115644f
Octal327226377205100425144117
Binary110101111001011011111111100001010010010001010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796FF; }

 p { color: rgb(215,150,255); }

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

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

 a { background-color: rgb(215,150,255); }

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

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

 span { border-color: rgb(215,150,255); }

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