#DF8EDA

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

Shades of Plum #DF8EDA

Tints of Plum #DF8EDA

Color information

#DF8EDA (or 0xDF8EDA) is unknown color: approx Plum. HEX triplet: DF, 8E and DA. RGB value is (223,142,218). Sum of RGB (Red+Green+Blue) = 223+142+218=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EDA is #207125. Grayscale: #AEAEAE. Windows color (decimal): -2126118 or 14323423. OLE color: 14323423.

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

Color convert

RGB223142218-
CMYK00.360.020.13
HSL303.7º55.86%71.57%-
HSV(B)303.7º36.32%87.45%-
XYZ52.7640.171.29-
YUV174.88152.34162.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 142 (55.86% from 255) = 24.36%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=38.25%
G=24.36%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314221800.360.020.13303.755.8671.57
HexDF8EDA0242D1303848
Octal33721633204421546070110
Binary11011111100011101101101001001001011011001100001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EDA; }

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

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

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

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

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

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

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

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