#D79DDF

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

Shades of Plum #D79DDF

Tints of Plum #D79DDF

Color information

#D79DDF (or 0xD79DDF) is unknown color: approx Plum. HEX triplet: D7, 9D and DF. RGB value is (215,157,223). Sum of RGB (Red+Green+Blue) = 215+157+223=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #D79DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DDF is #286220. Grayscale: #B5B5B5. Windows color (decimal): -2646561 or 14654935. OLE color: 14654935.

HSL color Cylindrical-coordinate representation of color #D79DDF: hue angle of 292.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79DDF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215157223-
CMYK0.040.3000.13
HSL292.73º50.77%74.51%-
HSV(B)292.73º29.6%87.45%-
XYZ53.443.8975.47-
YUV181.87151.22151.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=36.13%
G=26.39%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151572230.040.3000.13292.7350.7774.51
HexD79DDF41E0D125334b
Octal32723533743601544563113
Binary11010111100111011101111110011110011011001001011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DDF; }

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

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

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

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

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

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

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

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