#D78DDE

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

Shades of Plum #D78DDE

Tints of Plum #D78DDE

Color information

#D78DDE (or 0xD78DDE) is unknown color: approx Plum. HEX triplet: D7, 8D and DE. RGB value is (215,141,222). Sum of RGB (Red+Green+Blue) = 215+141+222=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D78DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DDE is #287221. Grayscale: #ACACAC. Windows color (decimal): -2650658 or 14585303. OLE color: 14585303.

HSL color Cylindrical-coordinate representation of color #D78DDE: hue angle of 294.81º degrees, saturation: 0.55, 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 #D78DDE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215141222-
CMYK0.030.3600.13
HSL294.81º55.1%71.18%-
HSV(B)294.81º36.49%87.06%-
XYZ50.7338.7773.92-
YUV172.36156.02158.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 141 (55.47% from 255) = 24.39%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=37.20%
G=24.39%
B=38.41%

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
Decimal2151412220.030.3600.13294.8155.171.18
HexD78DDE3240D1273747
Octal32721533634401544767107
Binary11010111100011011101111011100100011011001001111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DDE; }

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

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

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

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

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

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

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

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