#D79DD4

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

Shades of Plum #D79DD4

Tints of Plum #D79DD4

Color information

#D79DD4 (or 0xD79DD4) is unknown color: approx Plum. HEX triplet: D7, 9D and D4. RGB value is (215,157,212). Sum of RGB (Red+Green+Blue) = 215+157+212=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DD4 is #28622B. Grayscale: #B4B4B4. Windows color (decimal): -2646572 or 13934039. OLE color: 13934039.

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

Color convert

RGB215157212-
CMYK00.270.010.16
HSL303.1º42.03%72.94%-
HSV(B)303.1º26.98%84.31%-
XYZ51.9643.3167.91-
YUV180.61145.72152.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 157 (61.72% from 255) = 26.88%
BLUE value IS 212 (83.20% from 255) = 36.30%
R=36.82%
G=26.88%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515721200.270.010.16303.142.0372.94
HexD79DD401B11012f2a49
Octal32723532403312045752111
Binary1101011110011101110101000110111100001001011111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DD4; }

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

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

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

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

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

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

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

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