#DF90E8

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

Shades of Plum #DF90E8

Tints of Plum #DF90E8

Color information

#DF90E8 (or 0xDF90E8) is unknown color: approx Plum. HEX triplet: DF, 90 and E8. RGB value is (223,144,232). Sum of RGB (Red+Green+Blue) = 223+144+232=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 144 (56.64% from 255 or 24.04% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF90E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90E8 is #206F17. Grayscale: #B1B1B1. Windows color (decimal): -2125592 or 15241439. OLE color: 15241439.

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

Color convert

RGB223144232-
CMYK0.040.3800.09
HSL293.86º65.67%73.73%-
HSV(B)293.86º37.93%90.98%-
XYZ54.9741.4681.45-
YUV177.65158.67160.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 144 (56.64% from 255) = 24.04%
BLUE value IS 232 (91.02% from 255) = 38.73%
R=37.23%
G=24.04%
B=38.73%

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
Decimal2231442320.040.3800.09293.8665.6773.73
HexDF90E842609126424a
Octal337220350446011446102112
Binary1101111110010000111010001001001100100110010011010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF90E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF90E8; }

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

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

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

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

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

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

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

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