#DF9DED

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

Shades of Plum #DF9DED

Tints of Plum #DF9DED

Color information

#DF9DED (or 0xDF9DED) is unknown color: approx Plum. HEX triplet: DF, 9D and ED. RGB value is (223,157,237). Sum of RGB (Red+Green+Blue) = 223+157+237=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF9DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DED is #206212. Grayscale: #B9B9B9. Windows color (decimal): -2122259 or 15572447. OLE color: 15572447.

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

Color convert

RGB223157237-
CMYK0.060.3400.07
HSL289.5º68.97%77.25%-
HSV(B)289.5º33.76%92.94%-
XYZ57.7745.9285.94-
YUV185.85156.87154.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 157 (61.72% from 255) = 25.45%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=36.14%
G=25.45%
B=38.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231572370.060.3400.07289.568.9777.25
HexDF9DED62207122454d
Octal33723535564207442105115
Binary110111111001110111101101110100010011110010001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DED; }

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

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

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

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

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

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

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

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