#D79BDB

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

Shades of Plum #D79BDB

Tints of Plum #D79BDB

Color information

#D79BDB (or 0xD79BDB) is unknown color: approx Plum. HEX triplet: D7, 9B and DB. RGB value is (215,155,219). Sum of RGB (Red+Green+Blue) = 215+155+219=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79BDB is #286424. Grayscale: #B4B4B4. Windows color (decimal): -2647077 or 14392279. OLE color: 14392279.

HSL color Cylindrical-coordinate representation of color #D79BDB: hue angle of 296.25º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79BDB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215155219-
CMYK0.020.2900.14
HSL296.25º47.06%73.33%-
HSV(B)296.25º29.22%85.88%-
XYZ52.534372.55-
YUV180.24149.88152.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 155 (60.94% from 255) = 26.32%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=36.50%
G=26.32%
B=37.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151552190.020.2900.14296.2547.0673.33
HexD79BDB21D0E1282f49
Octal32723333323501645057111
Binary1101011110011011110110111011101011101001010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BDB; }

 p { color: rgb(215,155,219); }

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

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

 a { background-color: rgb(215,155,219); }

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

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

 span { border-color: rgb(215,155,219); }

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