#D79FE0

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

Shades of Plum #D79FE0

Tints of Plum #D79FE0

Color information

#D79FE0 (or 0xD79FE0) is unknown color: approx Plum. HEX triplet: D7, 9F and E0. RGB value is (215,159,224). Sum of RGB (Red+Green+Blue) = 215+159+224=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #D79FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FE0 is #28601F. Grayscale: #B6B6B6. Windows color (decimal): -2646048 or 14720983. OLE color: 14720983.

HSL color Cylindrical-coordinate representation of color #D79FE0: hue angle of 291.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79FE0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215159224-
CMYK0.040.2900.12
HSL291.69º51.18%75.1%-
HSV(B)291.69º29.02%87.84%-
XYZ53.8844.6376.29-
YUV183.15151.05150.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=35.95%
G=26.59%
B=37.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151592240.040.2900.12291.6951.1875.1
HexD79FE041D0C124334b
Octal32723734043501444463113
Binary11010111100111111110000010011101011001001001001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FE0; }

 p { color: rgb(215,159,224); }

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

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

 a { background-color: rgb(215,159,224); }

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

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

 span { border-color: rgb(215,159,224); }

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