#DF96EA

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

Shades of Plum #DF96EA

Tints of Plum #DF96EA

Color information

#DF96EA (or 0xDF96EA) is unknown color: approx Plum. HEX triplet: DF, 96 and EA. RGB value is (223,150,234). Sum of RGB (Red+Green+Blue) = 223+150+234=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96EA is #206915. Grayscale: #B5B5B5. Windows color (decimal): -2124054 or 15374047. OLE color: 15374047.

HSL color Cylindrical-coordinate representation of color #DF96EA: hue angle of 292.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF96EA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223150234-
CMYK0.050.3600.08
HSL292.14º66.67%75.29%-
HSV(B)292.14º35.9%91.76%-
XYZ56.1943.4483.27-
YUV181.4157.68157.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 150 (58.98% from 255) = 24.71%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=36.74%
G=24.71%
B=38.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231502340.050.3600.08292.1466.6775.29
HexDF96EA52408124434b
Octal337226352544010444103113
Binary1101111110010110111010101011001000100010010010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF96EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF96EA; }

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

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

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

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

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

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

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

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