#D79EDA

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

Shades of Plum #D79EDA

Tints of Plum #D79EDA

Color information

#D79EDA (or 0xD79EDA) is unknown color: approx Plum. HEX triplet: D7, 9E and DA. RGB value is (215,158,218). Sum of RGB (Red+Green+Blue) = 215+158+218=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #D79EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79EDA is #286125. Grayscale: #B5B5B5. Windows color (decimal): -2646310 or 14327511. OLE color: 14327511.

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

Color convert

RGB215158218-
CMYK0.010.2800.15
HSL297º44.78%73.73%-
HSV(B)297º27.52%85.49%-
XYZ52.9143.9672.03-
YUV181.88148.38151.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.38%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=36.38%
G=26.73%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151582180.010.2800.1529744.7873.73
HexD79EDA11C0F1292d4a
Octal32723633213401745155112
Binary110101111001111011011010111100011111001010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EDA; }

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

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

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

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

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

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

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

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