#D79CD5

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

Shades of Plum #D79CD5

Tints of Plum #D79CD5

Color information

#D79CD5 (or 0xD79CD5) is unknown color: approx Plum. HEX triplet: D7, 9C and D5. RGB value is (215,156,213). Sum of RGB (Red+Green+Blue) = 215+156+213=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CD5 is #28632A. Grayscale: #B3B3B3. Windows color (decimal): -2646827 or 13999319. OLE color: 13999319.

HSL color Cylindrical-coordinate representation of color #D79CD5: hue angle of 302.03º 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 #D79CD5 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215156213-
CMYK00.270.010.16
HSL302.03º42.45%72.75%-
HSV(B)302.03º27.44%84.31%-
XYZ51.9243.0368.52-
YUV180.14146.55152.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 213 (83.59% from 255) = 36.47%
R=36.82%
G=26.71%
B=36.47%

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
Decimal21515621300.270.010.16302.0342.4572.75
HexD79CD501B11012e2a49
Octal32723432503312045652111
Binary1101011110011100110101010110111100001001011101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CD5; }

 p { color: rgb(215,156,213); }

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

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

 a { background-color: rgb(215,156,213); }

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

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

 span { border-color: rgb(215,156,213); }

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