#D79ADA

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

Shades of Plum #D79ADA

Tints of Plum #D79ADA

Color information

#D79ADA (or 0xD79ADA) is unknown color: approx Plum. HEX triplet: D7, 9A and DA. RGB value is (215,154,218). Sum of RGB (Red+Green+Blue) = 215+154+218=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D79ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79ADA is #286525. Grayscale: #B3B3B3. Windows color (decimal): -2647334 or 14326487. OLE color: 14326487.

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

Color convert

RGB215154218-
CMYK0.010.2900.15
HSL297.19º46.38%72.94%-
HSV(B)297.19º29.36%85.49%-
XYZ52.2342.6271.8-
YUV179.54149.71153.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 154 (60.55% from 255) = 26.24%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=36.63%
G=26.24%
B=37.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151542180.010.2900.15297.1946.3872.94
HexD79ADA11D0F1292e49
Octal32723233213501745156111
Binary110101111001101011011010111101011111001010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79ADA; }

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

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

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

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

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

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

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

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