#D79DDD

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

Shades of Plum #D79DDD

Tints of Plum #D79DDD

Color information

#D79DDD (or 0xD79DDD) is unknown color: approx Plum. HEX triplet: D7, 9D and DD. RGB value is (215,157,221). Sum of RGB (Red+Green+Blue) = 215+157+221=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #D79DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DDD is #286222. Grayscale: #B5B5B5. Windows color (decimal): -2646563 or 14523863. OLE color: 14523863.

HSL color Cylindrical-coordinate representation of color #D79DDD: hue angle of 294.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D79DDD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215157221-
CMYK0.030.2900.13
HSL294.38º48.48%74.12%-
HSV(B)294.38º28.96%86.67%-
XYZ53.1343.7874.06-
YUV181.64150.22151.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=36.26%
G=26.48%
B=37.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151572210.030.2900.13294.3848.4874.12
HexD79DDD31D0D126304a
Octal32723533533501544660112
Binary1101011110011101110111011111101011011001001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DDD; }

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

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

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

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

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

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

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

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