#DF96DE

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

Shades of Plum #DF96DE

Tints of Plum #DF96DE

Color information

#DF96DE (or 0xDF96DE) is unknown color: approx Plum. HEX triplet: DF, 96 and DE. RGB value is (223,150,222). Sum of RGB (Red+Green+Blue) = 223+150+222=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DF96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF96DE is #206921. Grayscale: #B3B3B3. Windows color (decimal): -2124066 or 14587615. OLE color: 14587615.

HSL color Cylindrical-coordinate representation of color #DF96DE: hue angle of 300.82º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF96DE is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223150222-
CMYK00.330.000.13
HSL300.82º53.28%73.14%-
HSV(B)300.82º32.74%87.45%-
XYZ54.5242.7774.49-
YUV180.03151.68158.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 150 (58.98% from 255) = 25.21%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=37.48%
G=25.21%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315022200.330.000.13300.8253.2873.14
HexDF96DE0210D12d3549
Octal33722633604101545565111
Binary1101111110010110110111100100001011011001011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96DE; }

 p { color: rgb(223,150,222); }

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

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

 a { background-color: rgb(223,150,222); }

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

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

 span { border-color: rgb(223,150,222); }

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