#D78FDB

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

Shades of Plum #D78FDB

Tints of Plum #D78FDB

Color information

#D78FDB (or 0xD78FDB) is unknown color: approx Plum. HEX triplet: D7, 8F and DB. RGB value is (215,143,219). Sum of RGB (Red+Green+Blue) = 215+143+219=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D78FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDB is #287024. Grayscale: #ACACAC. Windows color (decimal): -2650149 or 14389207. OLE color: 14389207.

HSL color Cylindrical-coordinate representation of color #D78FDB: hue angle of 296.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78FDB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215143219-
CMYK0.020.3500.14
HSL296.84º51.35%70.98%-
HSV(B)296.84º34.7%85.88%-
XYZ50.6339.2171.92-
YUV173.19153.85157.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 143 (56.25% from 255) = 24.78%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=37.26%
G=24.78%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151432190.020.3500.14296.8451.3570.98
HexD78FDB2230E1293347
Octal32721733324301645163107
Binary11010111100011111101101110100011011101001010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FDB; }

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

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

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

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

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

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

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

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