#DF94E1

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

Shades of Plum #DF94E1

Tints of Plum #DF94E1

Color information

#DF94E1 (or 0xDF94E1) is unknown color: approx Plum. HEX triplet: DF, 94 and E1. RGB value is (223,148,225). Sum of RGB (Red+Green+Blue) = 223+148+225=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94E1 is #206B1E. Grayscale: #B2B2B2. Windows color (decimal): -2124575 or 14783711. OLE color: 14783711.

HSL color Cylindrical-coordinate representation of color #DF94E1: hue angle of 298.44º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94E1 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223148225-
CMYK0.010.3400.12
HSL298.44º56.2%73.14%-
HSV(B)298.44º34.22%88.24%-
XYZ54.6142.376.52-
YUV179.2153.85159.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 225 (88.28% from 255) = 37.75%
R=37.42%
G=24.83%
B=37.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231482250.010.3400.12298.4456.273.14
HexDF94E11220C12a3849
Octal33722434114201445270111
Binary1101111110010100111000011100010011001001010101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94E1; }

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

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

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

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

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

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

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

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