#DF8ED8

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

Shades of Plum #DF8ED8

Tints of Plum #DF8ED8

Color information

#DF8ED8 (or 0xDF8ED8) is unknown color: approx Plum. HEX triplet: DF, 8E and D8. RGB value is (223,142,216). Sum of RGB (Red+Green+Blue) = 223+142+216=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ED8 is #207127. Grayscale: #AEAEAE. Windows color (decimal): -2126120 or 14192351. OLE color: 14192351.

HSL color Cylindrical-coordinate representation of color #DF8ED8: hue angle of 305.19º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8ED8 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB223142216-
CMYK00.360.030.13
HSL305.19º55.86%71.57%-
HSV(B)305.19º36.32%87.45%-
XYZ52.539.9969.92-
YUV174.66151.34162.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 142 (55.86% from 255) = 24.44%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=38.38%
G=24.44%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314221600.360.030.13305.1955.8671.57
HexDF8ED80243D1313848
Octal33721633004431546170110
Binary11011111100011101101100001001001111011001100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8ED8; }

 p { color: rgb(223,142,216); }

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

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

 a { background-color: rgb(223,142,216); }

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

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

 span { border-color: rgb(223,142,216); }

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