#DF94E9

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

Shades of Plum #DF94E9

Tints of Plum #DF94E9

Color information

#DF94E9 (or 0xDF94E9) is unknown color: approx Plum. HEX triplet: DF, 94 and E9. RGB value is (223,148,233). Sum of RGB (Red+Green+Blue) = 223+148+233=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF94E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94E9 is #206B16. Grayscale: #B3B3B3. Windows color (decimal): -2124567 or 15307999. OLE color: 15307999.

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

Color convert

RGB223148233-
CMYK0.040.3600.09
HSL292.94º65.89%74.71%-
HSV(B)292.94º36.48%91.37%-
XYZ55.7342.7582.41-
YUV180.12157.85158.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 148 (58.20% from 255) = 24.50%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=36.92%
G=24.50%
B=38.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2231482330.040.3600.09292.9465.8974.71
HexDF94E942409125424b
Octal337224351444011445102113
Binary1101111110010100111010011001001000100110010010110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94E9; }

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

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

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

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

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

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

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

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