#D78CDF

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

Shades of Plum #D78CDF

Tints of Plum #D78CDF

Color information

#D78CDF (or 0xD78CDF) is unknown color: approx Plum. HEX triplet: D7, 8C and DF. RGB value is (215,140,223). Sum of RGB (Red+Green+Blue) = 215+140+223=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D78CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CDF is #287320. Grayscale: #ABABAB. Windows color (decimal): -2650913 or 14650583. OLE color: 14650583.

HSL color Cylindrical-coordinate representation of color #D78CDF: hue angle of 294.22º degrees, saturation: 0.56, 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 #D78CDF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215140223-
CMYK0.040.3700.13
HSL294.22º56.46%71.18%-
HSV(B)294.22º37.22%87.45%-
XYZ50.7238.5374.58-
YUV171.89156.85158.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 140 (55.08% from 255) = 24.22%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=37.20%
G=24.22%
B=38.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151402230.040.3700.13294.2256.4671.18
HexD78CDF4250D1263847
Octal32721433744501544670107
Binary110101111000110011011111100100101011011001001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CDF; }

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

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

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

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

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

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

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

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