#D79ADB

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

Shades of Plum #D79ADB

Tints of Plum #D79ADB

Color information

#D79ADB (or 0xD79ADB) is unknown color: approx Plum. HEX triplet: D7, 9A and DB. RGB value is (215,154,219). Sum of RGB (Red+Green+Blue) = 215+154+219=588 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.56% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D79ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ADB is #286524. Grayscale: #B3B3B3. Windows color (decimal): -2647333 or 14392023. OLE color: 14392023.

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

Color convert

RGB215154219-
CMYK0.020.3000.14
HSL296.31º47.45%73.14%-
HSV(B)296.31º29.68%85.88%-
XYZ52.3742.6772.49-
YUV179.65150.21153.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.56%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=36.56%
G=26.19%
B=37.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151542190.020.3000.14296.3147.4573.14
HexD79ADB21E0E1282f49
Octal32723233323601645057111
Binary1101011110011010110110111011110011101001010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79ADB; }

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

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

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

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

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

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

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

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