#DF8EE0

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

Shades of Plum #DF8EE0

Tints of Plum #DF8EE0

Color information

#DF8EE0 (or 0xDF8EE0) is unknown color: approx Plum. HEX triplet: DF, 8E and E0. RGB value is (223,142,224). Sum of RGB (Red+Green+Blue) = 223+142+224=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8EE0 is #20711F. Grayscale: #AFAFAF. Windows color (decimal): -2126112 or 14716639. OLE color: 14716639.

HSL color Cylindrical-coordinate representation of color #DF8EE0: hue angle of 299.27º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8EE0 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223142224-
CMYK0.000.3700.12
HSL299.27º56.94%71.76%-
HSV(B)299.27º36.61%87.84%-
XYZ53.5640.4275.5-
YUV175.57155.34161.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 142 (55.86% from 255) = 24.11%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=37.86%
G=24.11%
B=38.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231422240.000.3700.12299.2756.9471.76
HexDF8EE00250C12b3948
Octal33721634004501445371110
Binary1101111110001110111000000100101011001001010111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8EE0; }

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

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

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

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

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

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

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

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