#DF90E9

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

Shades of Plum #DF90E9

Tints of Plum #DF90E9

Color information

#DF90E9 (or 0xDF90E9) is unknown color: approx Plum. HEX triplet: DF, 90 and E9. RGB value is (223,144,233). Sum of RGB (Red+Green+Blue) = 223+144+233=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90E9 is #206F16. Grayscale: #B1B1B1. Windows color (decimal): -2125591 or 15306975. OLE color: 15306975.

HSL color Cylindrical-coordinate representation of color #DF90E9: hue angle of 293.26º 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 #DF90E9 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223144233-
CMYK0.040.3800.09
HSL293.26º66.92%73.92%-
HSV(B)293.26º38.2%91.37%-
XYZ55.1141.5282.2-
YUV177.77159.17160.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.17%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=37.17%
G=24%
B=38.83%

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
Decimal2231442330.040.3800.09293.2666.9273.92
HexDF90E942609125434a
Octal337220351446011445103112
Binary1101111110010000111010011001001100100110010010110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90E9; }

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

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

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

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

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

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

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

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