#D79ED9

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

Shades of Plum #D79ED9

Tints of Plum #D79ED9

Color information

#D79ED9 (or 0xD79ED9) is unknown color: approx Plum. HEX triplet: D7, 9E and D9. RGB value is (215,158,217). Sum of RGB (Red+Green+Blue) = 215+158+217=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #D79ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ED9 is #286126. Grayscale: #B5B5B5. Windows color (decimal): -2646311 or 14261975. OLE color: 14261975.

HSL color Cylindrical-coordinate representation of color #D79ED9: hue angle of 297.97º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79ED9 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215158217-
CMYK0.010.2700.15
HSL297.97º43.7%73.53%-
HSV(B)297.97º27.19%85.1%-
XYZ52.7843.9171.34-
YUV181.77147.88151.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=36.44%
G=26.78%
B=36.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151582170.010.2700.15297.9743.773.53
HexD79ED911B0F12a2c4a
Octal32723633113301745254112
Binary110101111001111011011001111011011111001010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79ED9; }

 p { color: rgb(215,158,217); }

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

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

 a { background-color: rgb(215,158,217); }

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

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

 span { border-color: rgb(215,158,217); }

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