#DF9FEB

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

Shades of Plum #DF9FEB

Tints of Plum #DF9FEB

Color information

#DF9FEB (or 0xDF9FEB) is unknown color: approx Plum. HEX triplet: DF, 9F and EB. RGB value is (223,159,235). Sum of RGB (Red+Green+Blue) = 223+159+235=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FEB is #206014. Grayscale: #BABABA. Windows color (decimal): -2121749 or 15441887. OLE color: 15441887.

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

Color convert

RGB223159235-
CMYK0.050.3200.08
HSL290.53º65.52%77.25%-
HSV(B)290.53º32.34%92.16%-
XYZ57.8246.4884.52-
YUV186.8155.2153.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=36.14%
G=25.77%
B=38.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231592350.050.3200.08290.5365.5277.25
HexDF9FEB52008123424d
Octal337237353540010443102115
Binary1101111110011111111010111011000000100010010001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FEB; }

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

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

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

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

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

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

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

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