#D78CDD

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

Shades of Plum #D78CDD

Tints of Plum #D78CDD

Color information

#D78CDD (or 0xD78CDD) is unknown color: approx Plum. HEX triplet: D7, 8C and DD. RGB value is (215,140,221). Sum of RGB (Red+Green+Blue) = 215+140+221=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D78CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CDD is #287322. Grayscale: #ABABAB. Windows color (decimal): -2650915 or 14519511. OLE color: 14519511.

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

Color convert

RGB215140221-
CMYK0.030.3700.13
HSL295.56º54.36%70.78%-
HSV(B)295.56º36.65%86.67%-
XYZ50.4538.4273.16-
YUV171.66155.85158.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 140 (55.08% from 255) = 24.31%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=37.33%
G=24.31%
B=38.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151402210.030.3700.13295.5654.3670.78
HexD78CDD3250D1283647
Octal32721433534501545066107
Binary11010111100011001101110111100101011011001010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CDD; }

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

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

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

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

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

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

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

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