#D78CD3

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

Shades of Plum #D78CD3

Tints of Plum #D78CD3

Color information

#D78CD3 (or 0xD78CD3) is unknown color: approx Plum. HEX triplet: D7, 8C and D3. RGB value is (215,140,211). Sum of RGB (Red+Green+Blue) = 215+140+211=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CD3 is #28732C. Grayscale: #AAAAAA. Windows color (decimal): -2650925 or 13864151. OLE color: 13864151.

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

Color convert

RGB215140211-
CMYK00.350.020.16
HSL303.2º48.39%69.61%-
HSV(B)303.2º34.88%84.31%-
XYZ49.1637.9166.35-
YUV170.52150.85159.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 140 (55.08% from 255) = 24.73%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=37.99%
G=24.73%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514021100.350.020.16303.248.3969.61
HexD78CD302321012f3046
Octal32721432304322045760106
Binary110101111000110011010011010001110100001001011111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CD3; }

 p { color: rgb(215,140,211); }

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

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

 a { background-color: rgb(215,140,211); }

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

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

 span { border-color: rgb(215,140,211); }

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