#DF94E3

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

Shades of Plum #DF94E3

Tints of Plum #DF94E3

Color information

#DF94E3 (or 0xDF94E3) is unknown color: approx Plum. HEX triplet: DF, 94 and E3. RGB value is (223,148,227). Sum of RGB (Red+Green+Blue) = 223+148+227=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #DF94E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94E3 is #206B1C. Grayscale: #B3B3B3. Windows color (decimal): -2124573 or 14914783. OLE color: 14914783.

HSL color Cylindrical-coordinate representation of color #DF94E3: hue angle of 296.96º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF94E3 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223148227-
CMYK0.020.3500.11
HSL296.96º58.52%73.53%-
HSV(B)296.96º34.8%89.02%-
XYZ54.8942.4177.97-
YUV179.43154.85159.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 227 (89.06% from 255) = 37.96%
R=37.29%
G=24.75%
B=37.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231482270.020.3500.11296.9658.5273.53
HexDF94E32230B1293b4a
Octal33722434324301345173112
Binary11011111100101001110001110100011010111001010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94E3; }

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

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

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

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

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

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

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

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