#D79ECE

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

Shades of Plum #D79ECE

Tints of Plum #D79ECE

Color information

#D79ECE (or 0xD79ECE) is unknown color: approx Plum. HEX triplet: D7, 9E and CE. RGB value is (215,158,206). Sum of RGB (Red+Green+Blue) = 215+158+206=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D79ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ECE is #286131. Grayscale: #B4B4B4. Windows color (decimal): -2646322 or 13541079. OLE color: 13541079.

HSL color Cylindrical-coordinate representation of color #D79ECE: hue angle of 309.47º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79ECE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215158206-
CMYK00.270.040.16
HSL309.47º41.61%73.14%-
HSV(B)309.47º26.51%84.31%-
XYZ51.3943.3664.05-
YUV180.52142.38152.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=37.13%
G=27.29%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515820600.270.040.16309.4741.6173.14
HexD79ECE01B4101352a49
Octal32723631603342046552111
Binary110101111001111011001110011011100100001001101011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79ECE; }

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

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

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

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

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

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

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

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