#D78FD2

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

Shades of Plum #D78FD2

Tints of Plum #D78FD2

Color information

#D78FD2 (or 0xD78FD2) is unknown color: approx Plum. HEX triplet: D7, 8F and D2. RGB value is (215,143,210). Sum of RGB (Red+Green+Blue) = 215+143+210=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FD2 is #28702D. Grayscale: #ABABAB. Windows color (decimal): -2650158 or 13799383. OLE color: 13799383.

HSL color Cylindrical-coordinate representation of color #D78FD2: hue angle of 304.17º 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 #D78FD2 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215143210-
CMYK00.330.020.16
HSL304.17º47.37%70.2%-
HSV(B)304.17º33.49%84.31%-
XYZ49.4838.7565.84-
YUV172.17149.35158.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=37.85%
G=25.18%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514321000.330.020.16304.1747.3770.2
HexD78FD20212101302f46
Octal32721732204122046057106
Binary110101111000111111010010010000110100001001100001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78FD2; }

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

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

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

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

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

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

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

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