#DF9FED

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

Shades of Plum #DF9FED

Tints of Plum #DF9FED

Color information

#DF9FED (or 0xDF9FED) is unknown color: approx Plum. HEX triplet: DF, 9F and ED. RGB value is (223,159,237). Sum of RGB (Red+Green+Blue) = 223+159+237=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FED is #206012. Grayscale: #BABABA. Windows color (decimal): -2121747 or 15572959. OLE color: 15572959.

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

Color convert

RGB223159237-
CMYK0.060.3300.07
HSL289.23º68.42%77.65%-
HSV(B)289.23º32.91%92.94%-
XYZ58.1246.686.05-
YUV187.03156.2153.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 159 (62.5% from 255) = 25.69%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=36.03%
G=25.69%
B=38.29%

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
Decimal2231592370.060.3300.07289.2368.4277.65
HexDF9FED62107121444e
Octal33723735564107441104116
Binary110111111001111111101101110100001011110010000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FED; }

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

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

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

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

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

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

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

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