#D79FD3

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

Shades of Plum #D79FD3

Tints of Plum #D79FD3

Color information

#D79FD3 (or 0xD79FD3) is unknown color: approx Plum. HEX triplet: D7, 9F and D3. RGB value is (215,159,211). Sum of RGB (Red+Green+Blue) = 215+159+211=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FD3 is #28602C. Grayscale: #B5B5B5. Windows color (decimal): -2646061 or 13869015. OLE color: 13869015.

HSL color Cylindrical-coordinate representation of color #D79FD3: hue angle of 304.29º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D79FD3 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215159211-
CMYK00.260.020.16
HSL304.29º41.18%73.33%-
HSV(B)304.29º26.05%84.31%-
XYZ52.1843.9567.36-
YUV181.67144.55151.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.75%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 211 (82.81% from 255) = 36.07%
R=36.75%
G=27.18%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515921100.260.020.16304.2941.1873.33
HexD79FD301A2101302949
Octal32723732303222046051111
Binary11010111100111111101001101101010100001001100001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FD3; }

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

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

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

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

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

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

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

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