#D796FD

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

Shades of Mauve #D796FD

Tints of Mauve #D796FD

Color information

#D796FD (or 0xD796FD) is unknown color: approx Mauve. HEX triplet: D7, 96 and FD. RGB value is (215,150,253). Sum of RGB (Red+Green+Blue) = 215+150+253=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D796FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D796FD is #286902. Grayscale: #B4B4B4. Windows color (decimal): -2648323 or 16619223. OLE color: 16619223.

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

Color convert

RGB215150253-
CMYK0.150.4100.01
HSL277.86º96.26%79.02%-
HSV(B)277.86º40.71%99.22%-
XYZ56.6643.3598.31-
YUV181.18168.53152.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.79%
GREEN value IS 150 (58.98% from 255) = 24.27%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=34.79%
G=24.27%
B=40.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151502530.150.4100.01277.8696.2679.02
HexD796FDF2901116604f
Octal327226375175101426140117
Binary11010111100101101111110111111010010110001011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796FD; }

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

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

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

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

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

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

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

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