#D796E5

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

Shades of Plum #D796E5

Tints of Plum #D796E5

Color information

#D796E5 (or 0xD796E5) is unknown color: approx Plum. HEX triplet: D7, 96 and E5. RGB value is (215,150,229). Sum of RGB (Red+Green+Blue) = 215+150+229=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #D796E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796E5 is #28691A. Grayscale: #B2B2B2. Windows color (decimal): -2648347 or 15046359. OLE color: 15046359.

HSL color Cylindrical-coordinate representation of color #D796E5: hue angle of 289.37º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D796E5 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB215150229-
CMYK0.060.3400.10
HSL289.37º60.31%74.31%-
HSV(B)289.37º34.5%89.8%-
XYZ53.0741.9279.42-
YUV178.44156.53154.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=36.20%
G=25.25%
B=38.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2151502290.060.3400.10289.3760.3174.31
HexD796E56220A1213c4a
Octal32722634564201244174112
Binary110101111001011011100101110100010010101001000011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796E5; }

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

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

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

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

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

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

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

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