#DF9ED0

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

Shades of Plum #DF9ED0

Tints of Plum #DF9ED0

Color information

#DF9ED0 (or 0xDF9ED0) is unknown color: approx Plum. HEX triplet: DF, 9E and D0. RGB value is (223,158,208). Sum of RGB (Red+Green+Blue) = 223+158+208=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ED0 is #20612F. Grayscale: #B7B7B7. Windows color (decimal): -2122032 or 13672159. OLE color: 13672159.

HSL color Cylindrical-coordinate representation of color #DF9ED0: hue angle of 313.85º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9ED0 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB223158208-
CMYK00.290.070.13
HSL313.85º50.39%74.71%-
HSV(B)313.85º29.15%87.45%-
XYZ54.0444.765.45-
YUV183.14142.03156.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=37.86%
G=26.83%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315820800.290.070.13313.8550.3974.71
HexDF9ED001D7D13a324b
Octal33723632003571547262113
Binary11011111100111101101000001110111111011001110101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ED0; }

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

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

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

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

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

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

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

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