#D78FDA

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

Shades of Plum #D78FDA

Tints of Plum #D78FDA

Color information

#D78FDA (or 0xD78FDA) is unknown color: approx Plum. HEX triplet: D7, 8F and DA. RGB value is (215,143,218). Sum of RGB (Red+Green+Blue) = 215+143+218=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D78FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDA is #287025. Grayscale: #ACACAC. Windows color (decimal): -2650150 or 14323671. OLE color: 14323671.

HSL color Cylindrical-coordinate representation of color #D78FDA: hue angle of 297.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78FDA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215143218-
CMYK0.010.3400.15
HSL297.6º50.34%70.78%-
HSV(B)297.6º34.4%85.49%-
XYZ50.539.1571.23-
YUV173.08153.35157.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=37.33%
G=24.83%
B=37.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151432180.010.3400.15297.650.3470.78
HexD78FDA1220F12a3247
Octal32721733214201745262107
Binary1101011110001111110110101100010011111001010101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FDA; }

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

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

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

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

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

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

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

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