#D78AE3

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

Shades of Plum #D78AE3

Tints of Plum #D78AE3

Color information

#D78AE3 (or 0xD78AE3) is unknown color: approx Plum. HEX triplet: D7, 8A and E3. RGB value is (215,138,227). Sum of RGB (Red+Green+Blue) = 215+138+227=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 227 - color contains mainly: blue. Hex color #D78AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AE3 is #28751C. Grayscale: #AAAAAA. Windows color (decimal): -2651421 or 14912215. OLE color: 14912215.

HSL color Cylindrical-coordinate representation of color #D78AE3: hue angle of 291.91º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78AE3 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215138227-
CMYK0.050.3900.11
HSL291.91º61.38%71.57%-
HSV(B)291.91º39.21%89.02%-
XYZ50.9838.1777.35-
YUV171.17159.51159.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 138 (54.30% from 255) = 23.79%
BLUE value IS 227 (89.06% from 255) = 39.14%
R=37.07%
G=23.79%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151382270.050.3900.11291.9161.3871.57
HexD78AE35270B1243d48
Octal32721234354701344475110
Binary110101111000101011100011101100111010111001001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78AE3; }

 p { color: rgb(215,138,227); }

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

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

 a { background-color: rgb(215,138,227); }

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

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

 span { border-color: rgb(215,138,227); }

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