#DF94E6

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

Shades of Plum #DF94E6

Tints of Plum #DF94E6

Color information

#DF94E6 (or 0xDF94E6) is unknown color: approx Plum. HEX triplet: DF, 94 and E6. RGB value is (223,148,230). Sum of RGB (Red+Green+Blue) = 223+148+230=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94E6 is #206B19. Grayscale: #B3B3B3. Windows color (decimal): -2124570 or 15111391. OLE color: 15111391.

HSL color Cylindrical-coordinate representation of color #DF94E6: hue angle of 294.88º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF94E6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223148230-
CMYK0.030.3600.10
HSL294.88º62.12%74.12%-
HSV(B)294.88º35.65%90.2%-
XYZ55.342.5880.17-
YUV179.77156.35158.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 230 (90.23% from 255) = 38.27%
R=37.10%
G=24.63%
B=38.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231482300.030.3600.10294.8862.1274.12
HexDF94E63240A1273e4a
Octal33722434634401244776112
Binary11011111100101001110011011100100010101001001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94E6; }

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

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

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

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

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

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

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

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