#D79DD9

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

Shades of Plum #D79DD9

Tints of Plum #D79DD9

Color information

#D79DD9 (or 0xD79DD9) is unknown color: approx Plum. HEX triplet: D7, 9D and D9. RGB value is (215,157,217). Sum of RGB (Red+Green+Blue) = 215+157+217=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #D79DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DD9 is #286226. Grayscale: #B5B5B5. Windows color (decimal): -2646567 or 14261719. OLE color: 14261719.

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

Color convert

RGB215157217-
CMYK0.010.2800.15
HSL298º44.12%73.33%-
HSV(B)298º27.65%85.1%-
XYZ52.6143.5771.28-
YUV181.18148.22152.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 217 (85.16% from 255) = 36.84%
R=36.50%
G=26.66%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151572170.010.2800.1529844.1273.33
HexD79DD911C0F12a2c49
Octal32723533113401745254111
Binary110101111001110111011001111100011111001010101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DD9; }

 p { color: rgb(215,157,217); }

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

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

 a { background-color: rgb(215,157,217); }

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

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

 span { border-color: rgb(215,157,217); }

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