#D79CD0

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

Shades of Plum #D79CD0

Tints of Plum #D79CD0

Color information

#D79CD0 (or 0xD79CD0) is unknown color: approx Plum. HEX triplet: D7, 9C and D0. RGB value is (215,156,208). Sum of RGB (Red+Green+Blue) = 215+156+208=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79CD0 is #28632F. Grayscale: #B3B3B3. Windows color (decimal): -2646832 or 13671639. OLE color: 13671639.

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

Color convert

RGB215156208-
CMYK00.270.030.16
HSL307.12º42.45%72.75%-
HSV(B)307.12º27.44%84.31%-
XYZ51.342.7865.23-
YUV179.57144.05153.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=37.13%
G=26.94%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515620800.270.030.16307.1242.4572.75
HexD79CD001B3101332a49
Octal32723432003332046352111
Binary11010111100111001101000001101111100001001100111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CD0; }

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

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

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

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

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

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

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

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