#D79DD0

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

Shades of Plum #D79DD0

Tints of Plum #D79DD0

Color information

#D79DD0 (or 0xD79DD0) is unknown color: approx Plum. HEX triplet: D7, 9D and D0. RGB value is (215,157,208). Sum of RGB (Red+Green+Blue) = 215+157+208=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DD0 is #28622F. Grayscale: #B4B4B4. Windows color (decimal): -2646576 or 13671895. OLE color: 13671895.

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

Color convert

RGB215157208-
CMYK00.270.030.16
HSL307.24º42.03%72.94%-
HSV(B)307.24º26.98%84.31%-
XYZ51.4743.1265.28-
YUV180.16143.72152.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=37.07%
G=27.07%
B=35.86%

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
Decimal21515720800.270.030.16307.2442.0372.94
HexD79DD001B3101332a49
Octal32723532003332046352111
Binary11010111100111011101000001101111100001001100111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DD0; }

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

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

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

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

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

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

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

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