#D78DD2

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

Shades of Plum #D78DD2

Tints of Plum #D78DD2

Color information

#D78DD2 (or 0xD78DD2) is unknown color: approx Plum. HEX triplet: D7, 8D and D2. RGB value is (215,141,210). Sum of RGB (Red+Green+Blue) = 215+141+210=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D78DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78DD2 is #28722D. Grayscale: #AAAAAA. Windows color (decimal): -2650670 or 13798871. OLE color: 13798871.

HSL color Cylindrical-coordinate representation of color #D78DD2: hue angle of 304.05º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78DD2 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215141210-
CMYK00.340.020.16
HSL304.05º48.05%69.8%-
HSV(B)304.05º34.42%84.31%-
XYZ49.1838.1565.74-
YUV170.99150.02159.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=37.99%
G=24.91%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514121000.340.020.16304.0548.0569.8
HexD78DD20222101303046
Octal32721532204222046060106
Binary110101111000110111010010010001010100001001100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78DD2; }

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

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

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

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

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

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

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

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