#DF91E9

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

Shades of Plum #DF91E9

Tints of Plum #DF91E9

Color information

#DF91E9 (or 0xDF91E9) is unknown color: approx Plum. HEX triplet: DF, 91 and E9. RGB value is (223,145,233). Sum of RGB (Red+Green+Blue) = 223+145+233=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF91E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF91E9 is #206E16. Grayscale: #B2B2B2. Windows color (decimal): -2125335 or 15307231. OLE color: 15307231.

HSL color Cylindrical-coordinate representation of color #DF91E9: hue angle of 293.18º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF91E9 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223145233-
CMYK0.040.3800.09
HSL293.18º66.67%74.12%-
HSV(B)293.18º37.77%91.37%-
XYZ55.2641.8282.25-
YUV178.35158.84159.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=37.10%
G=24.13%
B=38.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231452330.040.3800.09293.1866.6774.12
HexDF91E942609125434a
Octal337221351446011445103112
Binary1101111110010001111010011001001100100110010010110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF91E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF91E9; }

 p { color: rgb(223,145,233); }

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

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

 a { background-color: rgb(223,145,233); }

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

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

 span { border-color: rgb(223,145,233); }

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