#DF94DE

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

Shades of Plum #DF94DE

Tints of Plum #DF94DE

Color information

#DF94DE (or 0xDF94DE) is unknown color: approx Plum. HEX triplet: DF, 94 and DE. RGB value is (223,148,222). Sum of RGB (Red+Green+Blue) = 223+148+222=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94DE is #206B21. Grayscale: #B2B2B2. Windows color (decimal): -2124578 or 14587103. OLE color: 14587103.

HSL color Cylindrical-coordinate representation of color #DF94DE: hue angle of 300.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94DE is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223148222-
CMYK00.340.000.13
HSL300.8º53.96%72.75%-
HSV(B)300.8º33.63%87.45%-
XYZ54.2142.1474.38-
YUV178.86152.35159.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 148 (58.20% from 255) = 24.96%
BLUE value IS 222 (87.11% from 255) = 37.44%
R=37.61%
G=24.96%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314822200.340.000.13300.853.9672.75
HexDF94DE0220D12d3649
Octal33722433604201545566111
Binary1101111110010100110111100100010011011001011011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94DE; }

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

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

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

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

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

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

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

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