#D78DDD

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

Shades of Plum #D78DDD

Tints of Plum #D78DDD

Color information

#D78DDD (or 0xD78DDD) is unknown color: approx Plum. HEX triplet: D7, 8D and DD. RGB value is (215,141,221). Sum of RGB (Red+Green+Blue) = 215+141+221=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D78DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DDD is #287222. Grayscale: #ACACAC. Windows color (decimal): -2650659 or 14519767. OLE color: 14519767.

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

Color convert

RGB215141221-
CMYK0.030.3600.13
HSL295.5º54.05%70.98%-
HSV(B)295.5º36.2%86.67%-
XYZ50.638.7273.21-
YUV172.25155.52158.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=37.26%
G=24.44%
B=38.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151412210.030.3600.13295.554.0570.98
HexD78DDD3240D1283647
Octal32721533534401545066107
Binary11010111100011011101110111100100011011001010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DDD; }

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

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

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

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

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

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

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

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