#D78AD4

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

Shades of Plum #D78AD4

Tints of Plum #D78AD4

Color information

#D78AD4 (or 0xD78AD4) is unknown color: approx Plum. HEX triplet: D7, 8A and D4. RGB value is (215,138,212). Sum of RGB (Red+Green+Blue) = 215+138+212=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AD4 is #28752B. Grayscale: #A9A9A9. Windows color (decimal): -2651436 or 13929175. OLE color: 13929175.

HSL color Cylindrical-coordinate representation of color #D78AD4: hue angle of 302.34º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AD4 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB215138212-
CMYK00.360.010.16
HSL302.34º49.04%69.22%-
HSV(B)302.34º35.81%84.31%-
XYZ4937.3866.92-
YUV169.46152.01160.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=38.05%
G=24.42%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513821200.360.010.16302.3449.0469.22
HexD78AD402411012e3145
Octal32721232404412045661105
Binary11010111100010101101010001001001100001001011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78AD4; }

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

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

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

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

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

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

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

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