#D79FE4

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

Shades of Plum #D79FE4

Tints of Plum #D79FE4

Color information

#D79FE4 (or 0xD79FE4) is unknown color: approx Plum. HEX triplet: D7, 9F and E4. RGB value is (215,159,228). Sum of RGB (Red+Green+Blue) = 215+159+228=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #D79FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FE4 is #28601B. Grayscale: #B7B7B7. Windows color (decimal): -2646044 or 14983127. OLE color: 14983127.

HSL color Cylindrical-coordinate representation of color #D79FE4: hue angle of 288.7º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79FE4 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215159228-
CMYK0.060.3000.11
HSL288.7º56.1%75.88%-
HSV(B)288.7º30.26%89.41%-
XYZ54.4344.8479.19-
YUV183.61153.05150.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.71%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=35.71%
G=26.41%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151592280.060.3000.11288.756.175.88
HexD79FE461E0B121384c
Octal32723734463601344170114
Binary11010111100111111110010011011110010111001000011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FE4; }

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

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

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

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

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

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

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

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