#DF9EED

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

Shades of Plum #DF9EED

Tints of Plum #DF9EED

Color information

#DF9EED (or 0xDF9EED) is unknown color: approx Plum. HEX triplet: DF, 9E and ED. RGB value is (223,158,237). Sum of RGB (Red+Green+Blue) = 223+158+237=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EED is #206112. Grayscale: #BABABA. Windows color (decimal): -2122003 or 15572703. OLE color: 15572703.

HSL color Cylindrical-coordinate representation of color #DF9EED: hue angle of 289.37º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9EED is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223158237-
CMYK0.060.3300.07
HSL289.37º68.7%77.45%-
HSV(B)289.37º33.33%92.94%-
XYZ57.9446.2686-
YUV186.44156.53154.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 158 (62.11% from 255) = 25.57%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=36.08%
G=25.57%
B=38.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231582370.060.3300.07289.3768.777.45
HexDF9EED62107121454d
Octal33723635564107441105115
Binary110111111001111011101101110100001011110010000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9EED; }

 p { color: rgb(223,158,237); }

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

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

 a { background-color: rgb(223,158,237); }

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

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

 span { border-color: rgb(223,158,237); }

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