#D79CDE

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

Shades of Plum #D79CDE

Tints of Plum #D79CDE

Color information

#D79CDE (or 0xD79CDE) is unknown color: approx Plum. HEX triplet: D7, 9C and DE. RGB value is (215,156,222). Sum of RGB (Red+Green+Blue) = 215+156+222=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #D79CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CDE is #286321. Grayscale: #B4B4B4. Windows color (decimal): -2646818 or 14589143. OLE color: 14589143.

HSL color Cylindrical-coordinate representation of color #D79CDE: hue angle of 293.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79CDE is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215156222-
CMYK0.030.3000.13
HSL293.64º50%74.12%-
HSV(B)293.64º29.73%87.06%-
XYZ53.143.574.7-
YUV181.16151.05152.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=36.26%
G=26.31%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151562220.030.3000.13293.645074.12
HexD79CDE31E0D126324a
Octal32723433633601544662112
Binary1101011110011100110111101111110011011001001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CDE; }

 p { color: rgb(215,156,222); }

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

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

 a { background-color: rgb(215,156,222); }

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

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

 span { border-color: rgb(215,156,222); }

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