#d78fd5

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

Shades of Plum #D78FD5

Tints of Plum #D78FD5

Color information

#D78FD5 (or 0xD78FD5) is unknown color: approx Plum. HEX triplet: D7, 8F and D5. RGB value is (215,143,213). Sum of RGB (Red+Green+Blue) = 215+143+213=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FD5 is #28702A. Grayscale: #ACACAC. Windows color (decimal): -2650155 or 13995991. OLE color: 13995991.

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

Color convert

RGB215143213-
CMYK00.330.010.16
HSL301.67º47.37%70.2%-
HSV(B)301.67º33.49%84.31%-
XYZ49.8638.967.83-
YUV172.51150.85158.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 213 (83.59% from 255) = 37.30%
R=37.65%
G=25.04%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514321300.330.010.16301.6747.3770.2
HexD78FD502111012e2f46
Octal32721732504112045657106
Binary11010111100011111101010101000011100001001011101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d78fd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d78fd5; }

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

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

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

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

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

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

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

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