#D79FE3

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

Shades of Plum #D79FE3

Tints of Plum #D79FE3

Color information

#D79FE3 (or 0xD79FE3) is unknown color: approx Plum. HEX triplet: D7, 9F and E3. RGB value is (215,159,227). Sum of RGB (Red+Green+Blue) = 215+159+227=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #D79FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FE3 is #28601C. Grayscale: #B7B7B7. Windows color (decimal): -2646045 or 14917591. OLE color: 14917591.

HSL color Cylindrical-coordinate representation of color #D79FE3: hue angle of 289.41º degrees, saturation: 0.55, 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 #D79FE3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215159227-
CMYK0.050.3000.11
HSL289.41º54.84%75.69%-
HSV(B)289.41º29.96%89.02%-
XYZ54.2944.7978.46-
YUV183.5152.55150.47-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=35.77%
G=26.46%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151592270.050.3000.11289.4154.8475.69
HexD79FE351E0B121374c
Octal32723734353601344167114
Binary11010111100111111110001110111110010111001000011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FE3; }

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

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

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

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

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

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

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

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