#D78FDF

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

Shades of Plum #D78FDF

Tints of Plum #D78FDF

Color information

#D78FDF (or 0xD78FDF) is unknown color: approx Plum. HEX triplet: D7, 8F and DF. RGB value is (215,143,223). Sum of RGB (Red+Green+Blue) = 215+143+223=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D78FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDF is #287020. Grayscale: #ADADAD. Windows color (decimal): -2650145 or 14651351. OLE color: 14651351.

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

Color convert

RGB215143223-
CMYK0.040.3600.13
HSL294º55.56%71.76%-
HSV(B)294º35.87%87.45%-
XYZ51.1739.4274.72-
YUV173.65155.85157.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=37.01%
G=24.61%
B=38.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151432230.040.3600.1329455.5671.76
HexD78FDF4240D1263848
Octal32721733744401544670110
Binary110101111000111111011111100100100011011001001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FDF; }

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

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

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

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

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

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

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

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