#D796DF

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

Shades of Plum #D796DF

Tints of Plum #D796DF

Color information

#D796DF (or 0xD796DF) is unknown color: approx Plum. HEX triplet: D7, 96 and DF. RGB value is (215,150,223). Sum of RGB (Red+Green+Blue) = 215+150+223=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D796DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796DF is #286920. Grayscale: #B1B1B1. Windows color (decimal): -2648353 or 14653143. OLE color: 14653143.

HSL color Cylindrical-coordinate representation of color #D796DF: hue angle of 293.42º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D796DF is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215150223-
CMYK0.040.3300.13
HSL293.42º53.28%73.14%-
HSV(B)293.42º32.74%87.45%-
XYZ52.2541.5975.09-
YUV177.76153.53154.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=36.56%
G=25.51%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151502230.040.3300.13293.4253.2873.14
HexD796DF4210D1253549
Octal32722633744101544565111
Binary110101111001011011011111100100001011011001001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796DF; }

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

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

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

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

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

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

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

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